aboutsummaryrefslogtreecommitdiff
path: root/solitude/backend/apps.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-09-23 01:42:29 -0400
committerBobby <[email protected]>2023-09-23 01:42:29 -0400
commit8b6812816f0610f0942cfcd4eb70333b1a8e8a3f (patch)
tree184c97135df67d202fe24681423ffa25ba642d73 /solitude/backend/apps.py
parentee777e041132206014b6be397d7c8d9a1d015265 (diff)
downloadthatcomputerscientist-8b6812816f0610f0942cfcd4eb70333b1a8e8a3f.tar.xz
thatcomputerscientist-8b6812816f0610f0942cfcd4eb70333b1a8e8a3f.zip
Removed Solitude + Refactor
Diffstat (limited to 'solitude/backend/apps.py')
-rw-r--r--solitude/backend/apps.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/solitude/backend/apps.py b/solitude/backend/apps.py
deleted file mode 100644
index d87e03c8..00000000
--- a/solitude/backend/apps.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from django.apps import AppConfig
-
-
-class SolitudeConfig(AppConfig):
- default_auto_field = "django.db.models.BigAutoField"
- name = "solitude"