[1.1.X] Fixed #12675 - Add the admin app to the project template settings.py for consistency with the urls.py. Thanks, stephanhoyer.

Backport of r12464.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2010-02-22 00:43:47 +00:00
parent 713bac952f
commit 4f1134898c
1 changed files with 2 additions and 0 deletions

View File

@ -76,4 +76,6 @@ INSTALLED_APPS = (
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
)