symposion_app/symposion/schedule
Taavi Burns c4db94b7e5 Adds a schedule_json view which provides a /schedule/conference.json endpoint, of the kind that Carl uses for producing conference videos.
Also useful to feed into mobile schedule apps!

It is expected that someone might have to customize this for their own installation (PyCon Canada definitely did, with modifications to some of the models).
2014-09-27 12:29:00 -05:00
..
tests add tests for build schedule form 2014-03-14 15:14:40 -04:00
__init__.py added schedule models (not fully complete) 2012-08-29 19:53:15 -06:00
admin.py add some columns to schedule admin lists 2012-11-25 15:10:30 -05:00
forms.py flake8 fixes for the schedule edit form. imports were missing. added a TODO for the atomic call, which is not supported in django 1.4 2014-09-27 12:10:24 -05:00
helpers.py added create_slot schedule helper 2013-02-21 11:32:12 -07:00
models.py Adds a schedule_json view which provides a /schedule/conference.json endpoint, of the kind that Carl uses for producing conference videos. 2014-09-27 12:29:00 -05:00
timetable.py Fix flake8 warnings 2014-07-30 15:19:26 -03:00
urls.py Adds a schedule_json view which provides a /schedule/conference.json endpoint, of the kind that Carl uses for producing conference videos. 2014-09-27 12:29:00 -05:00
views.py Adds a schedule_json view which provides a /schedule/conference.json endpoint, of the kind that Carl uses for producing conference videos. 2014-09-27 12:29:00 -05:00