actual commit from last attempt, now incl. all new files

This commit is contained in:
Disco DeDisco
2025-12-30 22:06:06 -05:00
parent 394d46c718
commit b3dba69708
8 changed files with 28 additions and 0 deletions

5
apps/dashboard/apps.py Normal file
View File

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