From dfb0d622096509b275f2cf6c98383e50c0802f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 31 Dec 2021 11:44:21 +0100 Subject: [PATCH] Add Django Solo and remove MQTT --- dcc/dcc/settings.py | 1 + requirements.txt | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dcc/dcc/settings.py b/dcc/dcc/settings.py index 7c53fdb..20a2ead 100644 --- a/dcc/dcc/settings.py +++ b/dcc/dcc/settings.py @@ -39,6 +39,7 @@ INSTALLED_APPS = [ 'django.contrib.messages', 'django.contrib.staticfiles', 'django_countries', + 'solo', 'rest_framework', 'dcc', 'driver', diff --git a/requirements.txt b/requirements.txt index 643917b..caaf010 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,9 @@ pytz Django djangorestframework +django-solo django-health-check # psycopg2-binary -paho-mqtt -asyncio-mqtt +# paho-mqtt +# asyncio-mqtt pySerial