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/apps.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/apps.py')
| -rw-r--r-- | apps/stream/apps.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/stream/apps.py b/apps/stream/apps.py new file mode 100644 index 00000000..da754011 --- /dev/null +++ b/apps/stream/apps.py @@ -0,0 +1,6 @@ +from django.apps import AppConfig + + +class StreamConfig(AppConfig): + default_auto_field = "django.db.models.BigAutoField" + name = "apps.stream" |
