added sync view to sync teamsnap
This commit is contained in:
@@ -14,6 +14,7 @@ urlpatterns = [
|
||||
path('sync_teamsnap_db', views.sync_teamsnapdb_with_teamsnapapi, name="sync with teamsnapapi"),
|
||||
path('sync_benchcoach_db', views.sync_teamsnapdb_to_benchcoachdb, name="sync benchcoach"),
|
||||
path('update/<str:object_name>', views.update_teamsnapdb_from_teamsnapapi, name="update"),
|
||||
path('send/<str:object_name>', views.send_to_benchcoach, name="send")
|
||||
path('send/<str:object_name>', views.send_to_benchcoach, name="send"),
|
||||
path('sync/', views.sync, name="sync")
|
||||
# path('import_teamsnap', views.import_teamsnap, name="import teamsnap"),
|
||||
]
|
||||
Reference in New Issue
Block a user