summaryrefslogtreecommitdiffstats
path: root/stator/apps.py
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-08 23:06:29 -0700
committerAndrew Godwin2022-11-09 22:29:49 -0700
commit61c324508e62bb640b4526183d0837fc57d742c2 (patch)
tree618ee8c88ce8a28224a187dc33b7c5fad6831d04 /stator/apps.py
parent8a0a7558894afce8d25b7f0dc16775e899b72a94 (diff)
downloadtakahe-61c324508e62bb640b4526183d0837fc57d742c2.tar.gz
takahe-61c324508e62bb640b4526183d0837fc57d742c2.tar.bz2
takahe-61c324508e62bb640b4526183d0837fc57d742c2.zip
Midway point in task refactor - changing direction
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"