Disabled Swagger
Change-Id: If73ac401a4541ecdf2c7794ac00f65c3896f8a4c
diff --git a/xos/xos/settings.py b/xos/xos/settings.py
index fd04812..8d17f08 100644
--- a/xos/xos/settings.py
+++ b/xos/xos/settings.py
@@ -186,7 +186,7 @@
'services.requestrouter',
'services.syndicate_storage',
'geoposition',
- 'rest_framework_swagger',
+ # 'rest_framework_swagger',
)
# add services that were configured by xosbuilder to INSTALLED_APPS
diff --git a/xos/xos/urls.py b/xos/xos/urls.py
index 0a045e9..8cb6f34 100644
--- a/xos/xos/urls.py
+++ b/xos/xos/urls.py
@@ -69,7 +69,7 @@
url(r'^serviceGraph.png', ServiceGraphView.as_view(), name='serviceGraph'),
url(r'^hpcConfig', 'core.views.hpc_config.HpcConfig', name='hpcConfig'),
- url(r'^docs/', include('rest_framework_swagger.urls')),
+ # url(r'^docs/', include('rest_framework_swagger.urls')),
# Uncomment the admin/doc line below to enable admin documentation:
url(r'^admin/doc/', include('django.contrib.admindocs.urls')),