diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 15:09:17 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 15:09:17 +0800 |
commit | 9fd17dcdd3ed9ae7d799a3333958e2529ef077d0 (patch) | |
tree | 7874bc658709c48ec6679c7d240a9f9888480190 /res | |
parent | 6f56a189f48cdcf205e09bd50b08e3efda7b236b (diff) |
Fix vfc-vnfres csit failure
Change-Id: Ie39bc814762298bbe413af5112e074be9d64c781
Issue-ID: VFC-756
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res')
-rw-r--r-- | res/res/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |