Drop the unused /admin/doc/ route
This commit is contained in:
parent
ebb7866739
commit
bc21a0b92f
1 changed files with 0 additions and 1 deletions
|
@ -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()),
|
||||
|
|
Loading…
Reference in a new issue