Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
0fb95e90
Commit
0fb95e90
authored
Jun 16, 2016
by
Peter Desjardins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added what I think are the remaining configurations for adding Swagger.
parent
4c275653
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
lms/envs/common.py
+4
-0
lms/urls.py
+1
-0
requirements/edx/github.txt
+3
-0
No files found.
lms/envs/common.py
View file @
0fb95e90
...
...
@@ -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"
...
...
lms/urls.py
View file @
0fb95e90
...
...
@@ -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'
)),
...
...
requirements/edx/github.txt
View file @
0fb95e90
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment