Initial gui support

This commit is contained in:
2022-04-09 01:03:22 +02:00
parent d2ad58e323
commit 440c640d9f
28 changed files with 519 additions and 1 deletions

6
dcc/portal/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class PortalConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'portal'