aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFu Jinhua <fu.jinhua@zte.com.cn>2018-02-11 01:21:34 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-11 01:21:34 +0000
commitbfb18686ce2a427912faf5143e5da7e050e9b10f (patch)
treeba6e2e8bc3381c96b25b91e7b169bd31795a3de7
parent55065280b7ee7a85b5eeb73e1d5ce5aefa1d7356 (diff)
parent91f9d61ce1b8848e8a23f83eaa1810fe8275570a (diff)
Merge "Fix Django Invalid HTTP_HOST header problem"
-rw-r--r--lcm/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/settings.py b/lcm/settings.py
index ce6be68b..d45915ec 100644
--- a/lcm/settings.py
+++ b/lcm/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