aboutsummaryrefslogtreecommitdiff
path: root/apps/core/apps.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-15 18:18:42 -0400
committerBobby <[email protected]>2024-10-15 18:18:42 -0400
commit226d3a1112e52073f8557d396cd80533ed8bce53 (patch)
tree80dbf0a90789429d28e4c28cd4e2617cc43b4475 /apps/core/apps.py
parenta010777be6b23f8875f175f78af09b7539709b2d (diff)
downloadthatcomputerscientist-226d3a1112e52073f8557d396cd80533ed8bce53.tar.xz
thatcomputerscientist-226d3a1112e52073f8557d396cd80533ed8bce53.zip
starting something fresh
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"