From a665472c32386aeead8ee4189b87d3ce2988c1bb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 1 Aug 2015 01:05:19 +0200 Subject: [PATCH] Quickfix: add vanity domains to allowed_hosts Signed-off-by: Nico Schottelius --- dynamicweb/settings.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dynamicweb/settings.py b/dynamicweb/settings.py index cf460c14..790be2c0 100644 --- a/dynamicweb/settings.py +++ b/dynamicweb/settings.py @@ -35,7 +35,11 @@ DEBUG = False ALLOWED_HOSTS = [ ".ungleich.ch", - "digital.glarus.ungleich.ch" ] + "digital.glarus.ungleich.ch" , + "rails-hosting.ch", + "django-hosting.ch", + "node-hosting.ch" +] # Application definition