Private
Public Access
1
0

rp3 in progress

This commit is contained in:
Sander Roosendaal
2021-01-26 19:29:16 +01:00
parent 4f432bef7b
commit f6d6d60e0d
5 changed files with 287 additions and 164 deletions

View File

@@ -77,6 +77,7 @@ urlpatterns += [
re_path(r'^polarflowcallback',rowersviews.rower_process_polarcallback),
re_path(r'^runkeeper\_callback',rowersviews.rower_process_runkeepercallback),
re_path(r'^tp\_callback',rowersviews.rower_process_tpcallback),
re_path(r'^rp3\_callback',rowersviews.rower_process_rp3callback),
re_path(r'^twitter\_callback',rowersviews.rower_process_twittercallback),
re_path(r'^i18n/', include('django.conf.urls.i18n')),
re_path(r'^tz_detect/', include('tz_detect.urls')),