summaryrefslogtreecommitdiffstats
path: root/lcm/settings.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-04-13 11:09:53 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-04-13 11:09:53 +0800
commitc2ed095baadb1e6f95055d0ab95138d017824efe (patch)
treea0874ca69802016f57d808533da0ccebca49ae50 /lcm/settings.py
parent6bd69afa62b9435d628037fb360745843a1c7396 (diff)
Change vfc-nslcm swagger url directory
Change-Id: Idb5ae00a7a5f480f3e494d029a94452f88c3c221 Issue-ID: VFC-878 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/settings.py')
-rw-r--r--lcm/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/settings.py b/lcm/settings.py
index e5f680bb..a3175d9d 100644
--- a/lcm/settings.py
+++ b/lcm/settings.py
@@ -70,7 +70,7 @@ TEMPLATES = [
SWAGGER_SETTINGS = {
'LOGIN_URL': '/admin/login',
'LOGOUT_URL': '/admin/logout',
- 'DEFAULT_INFO': 'lcm.urls.swagger_info'
+ 'DEFAULT_INFO': 'lcm.swagger.urls.swagger_info'
}
MIDDLEWARE_CLASSES = [