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.
This commit is contained in:
Andreas Zweili 2019-10-13 19:37:20 +01:00
parent 1db53e1a42
commit a743155b38
1 changed files with 0 additions and 2 deletions

View File

@ -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',