allowed_hosts

This commit is contained in:
alazo 2017-06-06 12:02:23 +02:00
parent 6d8356db3c
commit 359aa290ea

View file

@ -25,7 +25,7 @@ print(BASE_DIR)
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = ['eds.webzos.net', 'localhost']
# Application definition # Application definition