summaryrefslogtreecommitdiffstats
path: root/lcm/settings.py
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-08-04 15:25:12 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-08-12 11:01:58 +0800
commit0c918b3fe42e1bedf70822ab4357eea2c7b6d5a3 (patch)
tree34e0b9a241c01d79ee4e3bd3290a91d31fd2a19f /lcm/settings.py
parent5d9be0788f14254d679a8e161651d99bb459f790 (diff)
Add vfc catalog save directory
Fix pom file and test it Test redis-support node again remove test cases which need redis Change-Id: Ib1f2de752e1a5fc4a80e67f7da4cc4c83266eb81 Issue-Id: VFC-83 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/settings.py')
-rw-r--r--lcm/settings.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lcm/settings.py b/lcm/settings.py
index 45ebfee2..f3d93039 100644
--- a/lcm/settings.py
+++ b/lcm/settings.py
@@ -96,6 +96,10 @@ TIME_ZONE = 'UTC'
STATIC_URL = '/static/'
+STATICFILES_DIRS = [
+ os.path.join(BASE_DIR, "static")
+]
+
LOGGING = {
'version': 1,
'disable_existing_loggers': True,