summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/settings.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-02 10:33:19 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-02 10:36:43 +0800
commite4f53709988ef82a4afbb53bc34200755eb4a33b (patch)
tree9a8213ac2c71fb654c1d9f8ae818ed291345be2b /lcm/lcm/settings.py
parentf2580f8d27468047c199f921728548e815a89d94 (diff)
Refactor vfc vnflcm code format
Change-Id: Iae1a037ef19870c1afadb9a46cf8bd0848c07394 Issue-Id: VFC-237 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/lcm/settings.py')
-rw-r--r--lcm/lcm/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/lcm/settings.py b/lcm/lcm/settings.py
index 631ada8b..5583c4cd 100644
--- a/lcm/lcm/settings.py
+++ b/lcm/lcm/settings.py
@@ -129,6 +129,7 @@ LOGGING = {
if 'test' in sys.argv:
from lcm.pub.config import config
config.REG_TO_MSB_WHEN_START = False
+
DATABASES = {}
DATABASES['default'] = {
'ENGINE': 'django.db.backends.sqlite3',