broke out dashboard into its own app

This commit is contained in:
2022-06-09 18:44:11 -05:00
parent dab163955b
commit c1bbcc3623
10 changed files with 60 additions and 38 deletions

View File

@@ -0,0 +1,6 @@
from django.apps import AppConfig
class DashboardConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "teamsnap.dashboard"