From 388d850f3913771e720800b90a103b9951646926 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Thu, 5 Nov 2020 10:04:56 +0100 Subject: [PATCH] allow all hosts --- foerderbarometer/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foerderbarometer/settings.py b/foerderbarometer/settings.py index 45deeae..5a49f08 100644 --- a/foerderbarometer/settings.py +++ b/foerderbarometer/settings.py @@ -28,7 +28,7 @@ SECRET_KEY = '*&7p9#_n$@^%0z49s+7jpy@+j1rw_hqh05knyd6y2*!0)r&b6h' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition