From: ying.yunlong Date: Sun, 11 Feb 2018 07:09:17 +0000 (+0800) Subject: Fix vfc-vnfres csit failure X-Git-Tag: v1.1.0~15 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F31217%2F1;p=vfc%2Fgvnfm%2Fvnfres.git Fix vfc-vnfres csit failure Change-Id: Ie39bc814762298bbe413af5112e074be9d64c781 Issue-ID: VFC-756 Signed-off-by: ying.yunlong --- diff --git a/res/res/settings.py b/res/res/settings.py index 988e049..b62dad0 100644 --- a/res/res/settings.py +++ b/res/res/settings.py @@ -32,7 +32,7 @@ SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition