From 3d192ed59fc56b51d9126b385557a4d780c1414b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 21 Oct 2017 08:33:37 +0200 Subject: [PATCH] Replace alplora.ch with .hack4glarus.ch --- dynamicweb/settings/prod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamicweb/settings/prod.py b/dynamicweb/settings/prod.py index e8cfc64c..6cc872d5 100644 --- a/dynamicweb/settings/prod.py +++ b/dynamicweb/settings/prod.py @@ -31,5 +31,5 @@ ALLOWED_HOSTS = [ ".ipv6onlyhosting.com", ".ipv6onlyhosting.net", ".digitalglarus.ch", - ".alplora.ch" + ".hack4glarus.ch" ]