diff options
| author | Bobby <[email protected]> | 2023-07-16 17:04:36 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-16 17:04:36 -0400 |
| commit | cd4e4001c74f4c52d9066f39a06339a59a3cf085 (patch) | |
| tree | 154c777e1268aff241c135cee4ce7a38a1f5057d /solitude/backend/admin.py | |
| parent | a7df4cdb6a6e909c9b1d91713070e2a07439ee6c (diff) | |
| download | thatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.tar.xz thatcomputerscientist-cd4e4001c74f4c52d9066f39a06339a59a3cf085.zip | |
Solitude: Added Vue + TailwindCSS
Diffstat (limited to 'solitude/backend/admin.py')
| -rw-r--r-- | solitude/backend/admin.py | 3 |
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. |
