Add link to thesis, update settings.py
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user