Changeset - bc21a0b92f99
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 5 months ago 2023-11-27 08:42:29
ben@sturm.com.au
Drop the unused /admin/doc/ route
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy/urls.py
Show inline comments
...
 
@@ -36,7 +36,6 @@ urlpatterns = [
 
    url(r'^sponsors$', frontpage.view),
 
    url(r'^sponsors/$', sponsors.view),
 
    url(r'^sponsors/index.html$', sponsors.view),
 
    url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
 
    url(r'^admin/', admin.site.urls),
 
    url(r'^feeds/blog/?$', feeds.BlogFeed()),
 
    url(r'^feeds/news/?$', feeds.PressReleaseFeed()),
0 comments (0 inline, 0 general)