import somewhat working (workout type not)
This commit is contained in:
@@ -94,6 +94,7 @@ urlpatterns += [
|
||||
re_path(r'^rp3\_callback', rowersviews.rower_process_rp3callback),
|
||||
re_path(r'^twitter\_callback', rowersviews.rower_process_twittercallback),
|
||||
re_path(r'^idoklad\_callback', rowersviews.process_idokladcallback),
|
||||
re_path(r'^intervals\_icu\_callback', rowersviews.rower_process_intervalscallback),
|
||||
re_path(r'^i18n/', include('django.conf.urls.i18n')),
|
||||
re_path(r'^tz_detect/', include('tz_detect.urls')),
|
||||
re_path(r'^logo/', logoview),
|
||||
|
||||
Reference in New Issue
Block a user