We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a221b7 commit ffb6fc1Copy full SHA for ffb6fc1
1 file changed
backend/config.py
@@ -12,4 +12,6 @@
12
13
DJANGO_SECRET_KEY = os.getenv("DJANGO_SECRET_KEY", "fallback-secret")
14
DJANGO_DEBUG = os.getenv("DJANGO_DEBUG", "False") == "True"
15
-DJANGO_ALLOWED_HOSTS = os.getenv("DJANGO_ALLOWED_HOSTS", "localhost").split(",")
+DJANGO_ALLOWED_HOSTS = os.getenv("DJANGO_ALLOWED_HOSTS", "localhost").split(
16
+ ","
17
+)
0 commit comments