We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecea7e7 commit 253071aCopy full SHA for 253071a
project/settings.py
@@ -91,4 +91,6 @@
91
'django.contrib.messages',
92
# Uncomment the next line to enable the admin:
93
# 'django.contrib.admin',
94
+ # Uncomment the next line to enable admin documentation:
95
+ # 'django.contrib.admindocs',
96
)
project/urls.py
@@ -8,8 +8,7 @@
8
# Example:
9
# (r'^project/', include('project.foo.urls')),
10
11
- # Uncomment the admin/doc line below and add 'django.contrib.admindocs'
12
- # to INSTALLED_APPS to enable admin documentation:
+ # Uncomment the admin/doc line below to enable admin documentation:
13
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
14
15
0 commit comments