readd the admin and auth app

a lot of things are breaking when they are not included.
This commit is contained in:
Andreas Zweili 2019-10-14 21:36:04 +02:00
parent b328ac4727
commit 22a3d53135
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ DEBUG = False
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',