aboutsummaryrefslogtreecommitdiff
path: root/apps/core/apps.py
diff options
context:
space:
mode:
Diffstat (limited to 'apps/core/apps.py')
-rw-r--r--apps/core/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/core/apps.py b/apps/core/apps.py
new file mode 100644
index 00000000..ab0051ed
--- /dev/null
+++ b/apps/core/apps.py
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class CoreConfig(AppConfig):
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "apps.core"