Scaffold project structure

This commit is contained in:
2026-05-12 17:05:08 +03:00
commit 94e0396380
39 changed files with 1723 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 = "dashboard"