From 22a3d53135556477c214afb0b4736e74b0e578dd Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 14 Oct 2019 21:36:04 +0200 Subject: [PATCH] readd the admin and auth app a lot of things are breaking when they are not included. --- sensors/sensors/settings/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sensors/sensors/settings/base.py b/sensors/sensors/settings/base.py index c922948..f4cbfbd 100644 --- a/sensors/sensors/settings/base.py +++ b/sensors/sensors/settings/base.py @@ -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',