Disable DEBUG mode for framework 69/37369/3
authorYun Huang <yun.huang@windriver.com>
Fri, 23 Mar 2018 04:20:46 +0000 (12:20 +0800)
committerYun Huang <yun.huang@windriver.com>
Fri, 23 Mar 2018 04:22:41 +0000 (12:22 +0800)
Change-ID: I10b85d708d925956fddc0b1c615495b9f980f526
Issue-ID: MULTICLOUD-196
Signed-off-by: Yun Huang <yun.huang@windriver.com>
multivimbroker/multivimbroker/settings.py

index 8d1fba5..c1d31d0 100644 (file)
@@ -26,9 +26,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
 SECRET_KEY = '3o-wney!99y)^h3v)0$j16l9=fdjxcb+a8g+q3tfbahcnu2b0o'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True
+DEBUG = True
 
-ALLOWED_HOSTS = []
+ALLOWED_HOSTS = ['*']
 
 # Application definition