Merge pull request #6 from edx/muhhshoaib/PHX-38
(WIP) PHX-38 added the api level functionality
Showing
edx_proctoring/decorators.py
0 → 100644
edx_proctoring/exceptions.py
0 → 100644
edx_proctoring/serializers.py
0 → 100644
edx_proctoring/services.py
0 → 100644
edx_proctoring/tests/test_api.py
0 → 100644
edx_proctoring/tests/test_serializer.py
0 → 100644
edx_proctoring/tests/test_services.py
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
| # Django/Framework Packages | # Django/Framework Packages | ||
| django>=1.4.12,<=1.4.18 | django>=1.4.12,<=1.4.20 | ||
| django-model-utils==1.4.0 | django-model-utils==1.4.0 | ||
| South>=0.7.6 | South>=0.7.6 | ||
| djangorestframework>=2.3.5,<=2.3.14 | djangorestframework>=2.3.5,<=2.3.14 | ||
| ... | ... |
Please
register
or
sign in
to comment