- 05 Aug, 2014 1 commit
-
-
David Ormsbee committed
-
- 04 Aug, 2014 3 commits
-
-
EncodedVideo part of the upload. Complete EncodedVideo dicts may now be uploaded. Rejects all EncodedVideos of a Video when there is an invalid EncodedVideo. Does not reject other Video when a differet Video is invalid. Currently, EncodedVideo cannot be updated, they can only be created. Other notes: -Added django-debug-toolbar==1.2.1 -constants.py has been reorganized
christopher lee committed -
Initial part of the upload portion of the API. Video Models can be uploaded via POST as a list of dictionaries. Matching entries will be updated and new entries will be created. Errors are returned in a list of tuples with the message and input. Single entries can be returned by edx_video_id via GET. Other notes: -Django Rest Framework upgraded for APIView 2.3.5->2.3.14 -Field "client_title" -> "client_video_id" in the Video Model
christopher lee committed -
Created models for Video, EncodedVideo, and Profile. Added function to return a serialized video object, with it's associated EncodedVideo objects. Other Notes: -Added djangorestframework==2.3.5 -Added Travis -Added mock==1.0.1 -Added django-nose==1.2 -Added coverage==3.7.1
christopher lee committed
-
- 08 Jul, 2014 1 commit
-
-
David Ormsbee committed
-