aboutsummaryrefslogtreecommitdiff
path: root/apps/stream/apps.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-11-03 19:00:29 -0500
committerBobby <[email protected]>2024-11-03 19:00:29 -0500
commitc0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (patch)
treebf6f3e599df7b0e9053888b7f7dcbe9de6ac5aaf /apps/stream/apps.py
parent609cc6264e8a9dfc69666b40f7452300ad22caef (diff)
downloadthatcomputerscientist-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.py6
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"