Add link to thesis, update settings.py

This commit is contained in:
Stephan Porada
2019-06-26 09:46:11 +02:00
parent c0e5a835df
commit d50e1f78ae
2 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,8 @@ SECRET_KEY = get_secret("SECRET_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ["127.0.0.1", "localhost", ]
# CHANGE the hosts according to your settings.
ALLOWED_HOSTS = ["127.0.0.1", "localhost", "192.168.0.14"]
# Application definition