From 5ab084af6a9030c3afd9b275886d00a706a1b399 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Sun, 2 Aug 2020 14:40:20 +0200 Subject: [PATCH] Fix hosts --- app/bundesdata_app/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/bundesdata_app/settings.py b/app/bundesdata_app/settings.py index 9ef3044..ab7708d 100755 --- a/app/bundesdata_app/settings.py +++ b/app/bundesdata_app/settings.py @@ -28,8 +28,7 @@ SECRET_KEY = os.environ.get('SECRET_KEY') or 'hard to guess string' DEBUG = True # CHANGE the hosts according to your settings. -ALLOWED_HOSTS = ["127.0.0.1", "localhost", "192.168.0.14", - "bundesdata.sporada.eu"] +ALLOWED_HOSTS = ["127.0.0.1", "localhost", "192.168.0.14", "bundesdata.sporada.eu"] # Application definition