diff --git a/project/settings.py b/project/settings.py index 039d127..910fc79 100644 --- a/project/settings.py +++ b/project/settings.py @@ -91,4 +91,6 @@ 'django.contrib.messages', # Uncomment the next line to enable the admin: # 'django.contrib.admin', + # Uncomment the next line to enable admin documentation: + # 'django.contrib.admindocs', ) diff --git a/project/urls.py b/project/urls.py index c456508..e492c68 100644 --- a/project/urls.py +++ b/project/urls.py @@ -8,8 +8,7 @@ # Example: # (r'^project/', include('project.foo.urls')), - # Uncomment the admin/doc line below and add 'django.contrib.admindocs' - # to INSTALLED_APPS to enable admin documentation: + # Uncomment the admin/doc line below to enable admin documentation: # (r'^admin/doc/', include('django.contrib.admindocs.urls')), # Uncomment the next line to enable the admin: