Skip to content

Commit 2e91309

Browse files
committed
Fixed #12675 - Add the admin app to the project template settings.py for consistency with the urls.py. Thanks, stephanhoyer.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent d2d8b79 commit 2e91309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django/conf/project_template/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,6 @@
8383
'django.contrib.sessions',
8484
'django.contrib.sites',
8585
'django.contrib.messages',
86+
# Uncomment the next line to enable the admin:
87+
# 'django.contrib.admin',
8688
)

0 commit comments

Comments
 (0)