Skip to content

Commit 253071a

Browse files
committed
Django v1.2.2
1 parent ecea7e7 commit 253071a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

project/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@
9191
'django.contrib.messages',
9292
# Uncomment the next line to enable the admin:
9393
# 'django.contrib.admin',
94+
# Uncomment the next line to enable admin documentation:
95+
# 'django.contrib.admindocs',
9496
)

project/urls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
# Example:
99
# (r'^project/', include('project.foo.urls')),
1010

11-
# Uncomment the admin/doc line below and add 'django.contrib.admindocs'
12-
# to INSTALLED_APPS to enable admin documentation:
11+
# Uncomment the admin/doc line below to enable admin documentation:
1312
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
1413

1514
# Uncomment the next line to enable the admin:

0 commit comments

Comments
 (0)