summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/settings.py
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-01-26 11:11:41 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-01-26 11:11:41 +0800
commitc8885020c54db7deb9bf2d490d4a9eee6601cfca (patch)
tree27481d61d0e04a59b470aaa56b9d33b3496c7db3 /lcm/lcm/settings.py
parent6f7e1abd1f0d9992edba51f987e25dafaae93635 (diff)
Add vfc-vnflcm job schema
Change-Id: Ic9c0f3bd1fc2b800e5240202e3e5430da02f1362 Issue-ID: VFC-682 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, 0 insertions, 1 deletions
diff --git a/lcm/lcm/settings.py b/lcm/lcm/settings.py
index 3d084a09..9de0b9df 100644
--- a/lcm/lcm/settings.py
+++ b/lcm/lcm/settings.py
@@ -45,7 +45,6 @@ INSTALLED_APPS = [
'rest_framework',
'lcm.pub.database',
'lcm.samples',
- 'lcm.swagger',
'drf_yasg',
]