comment out admin docs

This commit is contained in:
Sanj 2011-08-31 17:21:30 +05:30
parent a30d8530e9
commit ecd1781896

View File

@ -120,7 +120,7 @@ INSTALLED_APPS = (
# Uncomment the next line to enable the admin: # Uncomment the next line to enable the admin:
'django.contrib.admin', 'django.contrib.admin',
# Uncomment the next line to enable admin documentation: # Uncomment the next line to enable admin documentation:
'django.contrib.admindocs', # 'django.contrib.admindocs',
'ajax_select', 'ajax_select',
) )