From a743155b38ba2a1cbd76f9d646b27cd6eb4a27fe Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 13 Oct 2019 19:37:20 +0100 Subject: [PATCH] remove the admin and auth application The application should simply record the sensor values and display them in a pretty graph. There's nothing that would require administration or a login. --- sensors/sensors/settings/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sensors/sensors/settings/base.py b/sensors/sensors/settings/base.py index 157c97c..4e33c75 100644 --- a/sensors/sensors/settings/base.py +++ b/sensors/sensors/settings/base.py @@ -25,8 +25,6 @@ DEBUG = False # Application definition INSTALLED_APPS = [ - 'django.contrib.admin', - 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages',