Fix hosts
This commit is contained in:
parent
ff26bc2a37
commit
5ab084af6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user