Kaydet (Commit) a718fcf2 authored tarafından Florian Apolloner's avatar Florian Apolloner

Reordered INSTALLED_APPS in default template, refs #22005

üst fb1e3435
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment