add dashboard page and chart.js

This commit is contained in:
2022-05-19 18:21:22 -05:00
parent 42b46fe878
commit e018783861
8 changed files with 23948 additions and 5 deletions

View File

@@ -7,6 +7,7 @@ from . import views
urlpatterns = [
path('', views.home, name='teamsnap_home'),
path('<int:team_id>/dashboard/', views.dashboard, name='teamsnap_dashboard'),
path('edit/event/<int:id>', views.edit_event, name='teamsnap edit event'),
path('sync/download', views.sync_from_teamsnap, name="sync from teamsnap"),
path('import/', views.import_teamsnap, name="import"),