From 07d480661b39040aaf4102abd92a9eebf4eb253e Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 31 Aug 2011 17:28:53 +0530 Subject: [PATCH] ah, comment out admin-doc from urls.py --- gazetteer/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazetteer/urls.py b/gazetteer/urls.py index a9de985..c4264c8 100644 --- a/gazetteer/urls.py +++ b/gazetteer/urls.py @@ -16,7 +16,7 @@ urlpatterns = patterns('', ('^feature/search_related.json$', 'places.views.search_related_json'), ('^auth_record.json$', 'places.views.auth_record_json'), # Uncomment the admin/doc line below to enable admin documentation: - (r'^admin/doc/', include('django.contrib.admindocs.urls')), +# (r'^admin/doc/', include('django.contrib.admindocs.urls')), (r'^ajax_select/', include('ajax_select.urls')), # Uncomment the next line to enable the admin: (r'^admin/', include(admin.site.urls)),