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