diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 09:15:59 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2018-02-11 09:15:59 +0800 |
commit | 808f2b79415362ed1aef3df4221bcb5c56922209 (patch) | |
tree | b6631c7da20c762ab84d6f1a69289cf20f25af04 /zte | |
parent | 9c13bb8eaca61c4baae0463edc61aa349dc0fb27 (diff) |
Fix vfc-ztevnfmdriver csit failure
Change-Id: Iaa559cd67d5f4006713d6b8200ffe8a1236d293d
Issue-ID: VFC-756
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte')
-rw-r--r-- | zte/vmanager/driver/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/vmanager/driver/settings.py b/zte/vmanager/driver/settings.py index 0a52f839..c9fe74c2 100644 --- a/zte/vmanager/driver/settings.py +++ b/zte/vmanager/driver/settings.py @@ -29,7 +29,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 |