From ecd1781896813604a9e38cdead655239747136ea Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 31 Aug 2011 17:21:30 +0530 Subject: [PATCH] comment out admin docs --- gazetteer/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazetteer/settings.py b/gazetteer/settings.py index 1761040..ff07d79 100644 --- a/gazetteer/settings.py +++ b/gazetteer/settings.py @@ -120,7 +120,7 @@ INSTALLED_APPS = ( # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: - 'django.contrib.admindocs', +# 'django.contrib.admindocs', 'ajax_select', )