1
0
mirror of https://github.com/django/django.git synced 2025-03-09 17:02:43 +00:00

Reordered INSTALLED_APPS in default template, refs #22005

This commit is contained in:
Florian Apolloner 2014-02-11 09:00:51 +01:00
parent fb1e3435a4
commit a718fcf201

View File

@ -30,9 +30,9 @@ ALLOWED_HOSTS = []
# Application definition
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',