a lot of teamsnap sync work. not entirely happy with all of it

This commit is contained in:
2021-12-21 17:18:39 -06:00
parent 33c772bd2f
commit acf90d4256
8 changed files with 739 additions and 211 deletions

View File

@@ -10,6 +10,6 @@ urlpatterns = [
path('events', views.EventsListView.as_view(), name="teamsnap list events"),
path('events-table', views.EventsTableView.as_view(), name="teamsnap table events"),
path('edit/event/<int:id>', views.edit_event, name='teamsnap edit event'),
path('from_teamsnap', views.sync_teamsnap, name="sync teamsnap"),
path('sync_teamsnap_db', views.sync_teamsnap_db, name="sync teamsnap db"),
# path('import_teamsnap', views.import_teamsnap, name="import teamsnap"),
]