Private
Public Access
1
0

configuration of Physics calc to report progress

Needs rowingdata >= 1.3.2
This commit is contained in:
Sander Roosendaal
2017-11-03 09:23:51 +01:00
parent f1694793b0
commit b266881858
4 changed files with 46 additions and 12 deletions

View File

@@ -144,6 +144,8 @@ urlpatterns = [
url(r'^test-job/(?P<aantal>\d+)$',views.test_job_view),
url(r'^test-job2/(?P<aantal>\d+)$',views.test_job_view2),
url(r'^record-progress/(?P<value>\d+)/(?P<id>.*)$',views.post_progress),
url(r'^record-progress/(?P<id>.*)$',views.post_progress),
url(r'^record-progress$',views.post_progress),
url(r'^list-graphs/$',views.graphs_view),
url(r'^(?P<theuser>\d+)/ote-bests/(?P<startdatestring>\w+.*)/(?P<enddatestring>\w+.*)$',views.rankings_view),
url(r'^(?P<theuser>\d+)/ote-bests/(?P<deltadays>\d+)$',views.rankings_view),