diff options
| author | Bobby <[email protected]> | 2024-08-25 18:23:36 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-08-25 18:23:36 -0400 |
| commit | c6c9c18c39b94cbb1db1c54a5993045c56e49c7e (patch) | |
| tree | 5709a2caad01b3b2e12086a6af20ced2763dae81 /watch/admin.py | |
| parent | d846d0fa4483c9ea91e1082aac0f7aea9ed64653 (diff) | |
| download | yugen-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.py | 3 |
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. |
