Add vfc catalog save directory
[vfc/nfvo/lcm.git] / lcm / settings.py
index 45ebfee..f3d9303 100644 (file)
@@ -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,