Fix hosts

This commit is contained in:
Stephan Porada 2020-08-02 14:40:20 +02:00
parent ff26bc2a37
commit 5ab084af6a

View File

@ -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