changed ALLOWED_SITES to include whatever we call the host site
Changes to be committed: modified: share/templates/conf/django/files/local.jinja2
This commit is contained in:
parent
2c19ba589b
commit
6691cd1af8
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ USE_DEBUG_TOOLBAR = DEBUG
|
||||||
# allow template debug outputs on {{ project_branch }} environment
|
# allow template debug outputs on {{ project_branch }} environment
|
||||||
INTERNAL_IPS = ['127.0.0.1', '127.0.0.2', '127.0.0.3', ]
|
INTERNAL_IPS = ['127.0.0.1', '127.0.0.2', '127.0.0.3', ]
|
||||||
|
|
||||||
ALLOWED_HOSTS = [configuration.project.extendedname, ]
|
ALLOWED_HOSTS = [configuration.project.extendedname, configuration.project.host]
|
||||||
|
|
||||||
# -----------------------------------------
|
# -----------------------------------------
|
||||||
# Debug logging to the console
|
# Debug logging to the console
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue