Merge pull request #71 from edx/mushtaq/video-thumbnail
Add course video image upload support
Showing
edxval/exceptions.py
0 → 100644
edxval/migrations/0005_videoimage.py
0 → 100644
edxval/tests/data/__init__.py
0 → 100644
edxval/tests/data/edx.jpg
0 → 100644
396 KB
edxval/tests/data/image.jpg
0 → 100644
46.8 KB
This diff is collapsed.
Click to expand it.
edxval/utils.py
0 → 100644
... | ... | @@ -4,3 +4,6 @@ enum34==1.0.4 |
lxml==3.3.6 | ||
-e git+https://github.com/edx/django-oauth2-provider.git@0.2.7-fork-edx-6a#egg=django-oauth2-provider==0.2.7-fork-edx-6 | ||
-e git+https://github.com/edx/django-rest-framework-oauth.git@f0b503fda8c254a38f97fef802ded4f5fe367f7a#egg=djangorestframework-oauth | ||
django-storages==1.5.2 | ||
boto==2.46.1 | ||
django-model-utils==2.3.1 |