allowed_hosts
This commit is contained in:
parent
6d8356db3c
commit
359aa290ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue