symposion_app/symposion/schedule
Sachi King d5986de870 Use django's login_required decorator
This only seems to be here to have some custom login_url used bypassing
django's model.  Well as we want to use django's model, this just won't
do.  So lets move to using django's model.
2017-03-26 12:32:32 +11:00
..
migrations Added Track model for schedule headings 2016-12-24 17:55:11 +11:00
tests Massively upgrade symposion 2015-10-16 12:37:35 -05:00
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py Added Track model for schedule headings 2016-12-24 17:55:11 +11:00
apps.py python3 compatibility 2015-08-03 23:32:25 +09:00
forms.py Massively upgrade symposion 2015-10-16 12:37:35 -05:00
helpers.py python3 compatibility 2015-08-03 23:32:25 +09:00
models.py Adds chair() method to sessions so that templates can easily determine who the chair is. 2017-01-10 21:23:07 +11:00
timetable.py Adds “exclusive” field to slots, so that you don’t need to add every single room to exclusive events (like keynotes) 2016-12-10 08:30:51 +11:00
urls.py Unbreaks URLs 2017-01-13 09:05:47 +11:00
views.py Use django's login_required decorator 2017-03-26 12:32:32 +11:00