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

@@ -18,4 +18,5 @@ urlpatterns += [
name="teamsnap_view_event",
),
path("", include("teamsnap.lineup.urls")),
path("", include("teamsnap.dashboard.urls")),
]