aboutsummaryrefslogtreecommitdiff
path: root/solitude/backend/admin.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/admin.py
parenta7df4cdb6a6e909c9b1d91713070e2a07439ee6c (diff)
downloadthatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.tar.xz
thatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.zip
Solitude: Added Vue + TailwindCSS
Diffstat (limited to 'solitude/backend/admin.py')
-rw-r--r--solitude/backend/admin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/solitude/backend/admin.py b/solitude/backend/admin.py
new file mode 100644
index 00000000..8c38f3f3
--- /dev/null
+++ b/solitude/backend/admin.py
@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.