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