Commit 4f113489 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

[1.1.X] Fixed #12675 - Add the admin app to the project template settings.py...

[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
parent 713bac95
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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',
)