Commit 1eb9edee authored by Administrator's avatar Administrator

[ADM] allowing hosts.

parent 613e941f
......@@ -69,8 +69,13 @@ TEMPLATE_DIRS = (
)
ALLOWED_HOSTS = ['*',]
#ALLOWED_HOSTS = ['localhost', 'master.polemic.be', 'beta.gargantext.org']
#ALLOWED_HOSTS = ['*',]
ALLOWED_HOSTS = ['localhost',
'stable.gargantext.org',
'iscpif.gargantext.org',
'mines.gargantext.org',
'dev.gargantext.org',
'beta.gargantext.org']
# Application definition
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment