Initial commit

This commit is contained in:
2022-10-12 07:22:22 +01:00
commit 5b2b77efd3
77 changed files with 2156 additions and 0 deletions

6
core/apps.py Normal file
View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class CoreConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "core"