seeded apps.epic for backend gameboard logic; core.asgi & .settings now accomodate Channels via Redis; several new libraries in reqs to accomodate

This commit is contained in:
Disco DeDisco
2026-03-12 15:05:02 -04:00
parent 69fea65bf9
commit 681a1a4cd0
18 changed files with 49 additions and 11 deletions

5
src/apps/epic/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class EpicConfig(AppConfig):
name = 'apps.epic'