From: fujinhua Date: Sun, 11 Feb 2018 01:17:39 +0000 (+0800) Subject: Fix Django Invalid HTTP_HOST header problem X-Git-Tag: v1.1.0~39 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=9a53680560a97d4ab47af9ef1afca736160008ea;p=vfc%2Fnfvo%2Fcatalog.git Fix Django Invalid HTTP_HOST header problem Change-Id: I643799fa5498af22f99c6c89f84a70b2d5ec517f Issue-ID: VFC-756 Signed-off-by: fujinhua --- diff --git a/catalog/settings.py b/catalog/settings.py index 07132361..913f308c 100644 --- a/catalog/settings.py +++ b/catalog/settings.py @@ -33,7 +33,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