Skip to content

Commit

Permalink
Fixed #12675 - Add the admin app to the project template settings.py …
Browse files Browse the repository at this point in the history
…for consistency with the urls.py. Thanks, stephanhoyer.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Feb 21, 2010
1 parent d2d8b79 commit 2e91309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django/conf/project_template/settings.py
Expand Up @@ -83,4 +83,6 @@
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
)

0 comments on commit 2e91309

Please sign in to comment.