Allow other hosts to connect to the server

This allows a machine to serve contents for other servers.
This commit is contained in:
Nicolas Setton
2017-10-10 11:50:22 -04:00
parent 291b6052be
commit f79211ee14

View File

@@ -25,7 +25,7 @@ SECRET_KEY = 'ci!nks6jg!qxsk2gc1hpdld=&kxqqqotm)(5$^ork&=o#t3+v$'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['*']
# Application definition