добавил статус уровня воды "не изменяется"

This commit is contained in:
2024-01-09 18:30:20 +03:00
parent 5de199e35a
commit 0d71d1be29
3 changed files with 31 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ PROJECT_ROOT = os.path.dirname(__file__)
SECRET_KEY = os.getenv('DJANGO_SECRET')
ALLOWED_HOSTS = ['localhost', '10.8.0.2']
ALLOWED_HOSTS = ['10.8.0.2']
# CSRF_TRUSTED_ORIGINS = ['https://ospaz.wawaa.ru']
# HTTPS settings https://docs.djangoproject.com/en/5.0/topics/security/