Fix settings

This commit is contained in:
2023-01-16 17:19:04 +01:00
parent 821ba87de6
commit 2c1e71db77
+1 -1
View File
@@ -22,7 +22,7 @@ SECRET_KEY = env("SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = env('DEBUG')
ALLOWED_HOSTS = env('ALLOWED_HOSTS')
ALLOWED_HOSTS = env.list('ALLOWED_HOSTS')
# Application definition