From e3d7ce1b9427c7ecb09168eb9fd00efb14629512 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sun, 11 Jun 2017 12:44:00 +0200 Subject: [PATCH] Added ALLOWED_HOSTS due to Django change --- cms_helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms_helper.py b/cms_helper.py index ae6b887..6c66333 100755 --- a/cms_helper.py +++ b/cms_helper.py @@ -99,6 +99,7 @@ HELPER_SETTINGS = dict( 'default': {} }, BLOG_AUTO_SETUP=False, + ALLOWED_HOSTS=['*'], ) try: