Commit 90ae4c7c authored by delanoe's avatar delanoe

[FIX] Allowing subdomain.

parent a99a158b
......@@ -66,6 +66,7 @@ TEMPLATE_DIRS = (
#ALLOWED_HOSTS = ['*',]
ALLOWED_HOSTS = ['localhost',
'gargantext.org',
'www.gargantext.org',
'stable.gargantext.org',
'dev.gargantext.org',
'iscpif.gargantext.org',
......
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