mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Revert "Reordered INSTALLED_APPS in default template, refs #22005"
This reverts commit a718fcf201
.
This commit is contained in:
parent
deff74ea0c
commit
8b67fa7551
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ ALLOWED_HOSTS = []
|
|||
# Application definition
|
||||
|
||||
INSTALLED_APPS = (
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue