Changeset - 43e3cbe7f1c3
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 6 months ago 2023-10-19 05:00:17
ben@sturm.com.au
podjango: Fix duplicate URLconf entry for "all oggasts"
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/podjango/apps/cast/urls.py
Show inline comments
...
 
@@ -43,7 +43,7 @@ urlpatterns = [
 
]
 

	
 
urlpatterns += [
 
    url(r'^$', custom_index, dict(info_dict, paginate_by=20), name='cast'),
 
    url(r'^all/$', custom_index, dict(info_dict, paginate_by=20), name='cast'),
 
    url(r'^query/$', query, name='query'),
 
]
 

	
0 comments (0 inline, 0 general)