From b70a54d8311137822b0177b75913615e9a139468 Mon Sep 17 00:00:00 2001 From: "Bc. Petr Pecha" Date: Tue, 22 Sep 2015 21:21:37 +0200 Subject: [PATCH] test | allow hosts --- mamweb/settings_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mamweb/settings_test.py b/mamweb/settings_test.py index c0034065..cf4c593f 100644 --- a/mamweb/settings_test.py +++ b/mamweb/settings_test.py @@ -29,7 +29,7 @@ DEBUG = False TEMPLATE_DEBUG = False -ALLOWED_HOSTS = ['*.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz'] +ALLOWED_HOSTS = ['*.mam.mff.cuni.cz', 'atrey.karlin.mff.cuni.cz', 'mam.mff.cuni.cz'] # Database # https://docs.djangoproject.com/en/1.7/ref/settings/#databases