aboutsummaryrefslogtreecommitdiff
path: root/watch/admin.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-08-25 18:23:36 -0400
committerBobby <[email protected]>2024-08-25 18:23:36 -0400
commitc6c9c18c39b94cbb1db1c54a5993045c56e49c7e (patch)
tree5709a2caad01b3b2e12086a6af20ced2763dae81 /watch/admin.py
parentd846d0fa4483c9ea91e1082aac0f7aea9ed64653 (diff)
downloadyugen-c6c9c18c39b94cbb1db1c54a5993045c56e49c7e.tar.xz
yugen-c6c9c18c39b94cbb1db1c54a5993045c56e49c7e.zip
Better auth for SSR. Profile and Watch prep
Diffstat (limited to 'watch/admin.py')
-rw-r--r--watch/admin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/watch/admin.py b/watch/admin.py
new file mode 100644
index 0000000..8c38f3f
--- /dev/null
+++ b/watch/admin.py
@@ -0,0 +1,3 @@
+from django.contrib import admin
+
+# Register your models here.