rors / campus-medius

Campus Medius, UI and Backend API.
campusmedius.net
0 stars 1 forks source link

modify Django admin to add field for video Vimeo ID #33

Closed rors closed 10 years ago

rors commented 10 years ago

just to clarify: we'll just save the ID in the django model.

rors commented 10 years ago

@simgan this is done and ready for you to enter via the admin interface

This is now a required field on video media objects, but will still be blank until simon enters them.

@radius: this is coming through in the API as a field called vimeo_id, and it is only included when the media object type is "Video". Otherwise the field is omitted. Does this work? If you'd like me to change it let me know.