diff options
| author | Bobby <[email protected]> | 2024-11-03 19:00:29 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2024-11-03 19:00:29 -0500 |
| commit | c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (patch) | |
| tree | bf6f3e599df7b0e9053888b7f7dcbe9de6ac5aaf /apps/stream/admin.py | |
| parent | 609cc6264e8a9dfc69666b40f7452300ad22caef (diff) | |
| download | thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.tar.xz thatcomputerscientist-c0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c.zip | |
stuff still all over the place; added a music player and a resolution based scaler — now in a brainfucked stated - going to sleep
Diffstat (limited to 'apps/stream/admin.py')
| -rw-r--r-- | apps/stream/admin.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/stream/admin.py b/apps/stream/admin.py new file mode 100644 index 00000000..8c38f3f3 --- /dev/null +++ b/apps/stream/admin.py @@ -0,0 +1,3 @@ +from django.contrib import admin + +# Register your models here. |
