a few more views done
This commit is contained in:
@@ -274,7 +274,7 @@ urlpatterns = [
|
||||
re_path(r'^flexall/user/(?P<theuser>\d+)/$',views.cum_flex,name='cum_flex'),
|
||||
re_path(r'^flexall/$',views.cum_flex,name='cum_flex'),
|
||||
re_path(r'^flexalldata/$',views.cum_flex_data,name='cum_flex_data'),
|
||||
re_path(r'^histo/user/(?P<theuser>\d+)/$',views.histo,name='histo'),
|
||||
re_path(r'^histo/user/(?P<userid>\d+)/$',views.histo,name='histo'),
|
||||
re_path(r'^histodata/$',views.histo_data,name='histo_data'),
|
||||
# re_path(r'^histo/user/(?P<theuser>\d+)/(?P<startdatestring>\d+-\d+-\d+)/(?P<enddatestring>\d+-\d+-\d+)/$',views.histo,name='histo'),
|
||||
re_path(r'^histo/$',views.histo,name='histo'),
|
||||
|
||||
Reference in New Issue
Block a user