Commit 0fb95e90 by Peter Desjardins

Added what I think are the remaining configurations for adding Swagger.

parent 4c275653
......@@ -2074,6 +2074,10 @@ INSTALLED_APPS = (
# Email marketing integration
'email_marketing',
# Django-rest-swagger
'rest_framework_swagger',
)
# Migrations which are not in the standard module "migrations"
......
......@@ -113,6 +113,7 @@ urlpatterns = (
# TODO Namespace these!
url(r'^course_modes/', include('course_modes.urls')),
url(r'^verify_student/', include('verify_student.urls')),
url(r'^docs/', include('rest_framework_swagger.urls')),
# URLs for API access management
url(r'^api-admin/', include('openedx.core.djangoapps.api_admin.urls', namespace='api_admin')),
......
......@@ -62,6 +62,9 @@ git+https://github.com/pmitros/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b
# The officially released version of django-debug-toolbar-mongo doesn't support DJDT 1.x. This commit does.
git+https://github.com/hmarr/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c4aee6e76b9abe61cc808
git+https://github.com/marcgibbons/django-rest-swagger.git@0.3.5
git+https://github.com/yaml/pyyaml.git@3.10
# NOTE (CCB): This must remain. There is one commit on the upstream repo that has not been released to PyPI.
git+https://github.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment