aboutsummaryrefslogtreecommitdiff
path: root/solitude/backend/apps.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-16 17:04:36 -0400
committerBobby <[email protected]>2023-07-16 17:04:36 -0400
commitcd4e4001c74f4c52d9066f39a06339a59a3cf085 (patch)
tree154c777e1268aff241c135cee4ce7a38a1f5057d /solitude/backend/apps.py
parenta7df4cdb6a6e909c9b1d91713070e2a07439ee6c (diff)
downloadthatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.tar.xz
thatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.zip
Solitude: Added Vue + TailwindCSS
Diffstat (limited to 'solitude/backend/apps.py')
-rw-r--r--solitude/backend/apps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/solitude/backend/apps.py b/solitude/backend/apps.py
new file mode 100644
index 00000000..d87e03c8
--- /dev/null
+++ b/solitude/backend/apps.py
@@ -0,0 +1,6 @@
+from django.apps import AppConfig
+
+
+class SolitudeConfig(AppConfig):
+ default_auto_field = "django.db.models.BigAutoField"
+ name = "solitude"