Add the host to the list of ALLOWED_HOSTS
This commit is contained in:
parent
4ccd19a951
commit
bbbfe4d4e4
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@ DEBUG = False
|
||||||
|
|
||||||
# NOTE: this is needed when DEGUB is False.
|
# NOTE: this is needed when DEGUB is False.
|
||||||
# https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts
|
# https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts
|
||||||
#ALLOWED_HOSTS = ['pdc.fedoraproject.org']
|
ALLOWED_HOSTS = ['{{ hostname }}']
|
||||||
ALLOWED_HOSTS = []
|
|
||||||
|
|
||||||
# ADMINS and MANAGERS
|
# ADMINS and MANAGERS
|
||||||
# ADMINS = ()
|
# ADMINS = ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue