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