aboutsummaryrefslogtreecommitdiff
path: root/apps/stream/models.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/models.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/models.py')
-rw-r--r--apps/stream/models.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/stream/models.py b/apps/stream/models.py
new file mode 100644
index 00000000..71a83623
--- /dev/null
+++ b/apps/stream/models.py
@@ -0,0 +1,3 @@
+from django.db import models
+
+# Create your models here.