aboutsummaryrefslogtreecommitdiffstats
path: root/schedule/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Added schedule.html template for app 'schedule'.Weitian LI2014-06-241-1/+50
| | | | | | | | | | * added 'schedule.views.ScheduleView' * added 'schedule.html' template, with 'schedule.css' and 'schedule.js' * added 'schedule.urls', updated django_skaschool.urls * added tools/templatetags/dict_utils.py * converted schedule models to south-based * removed original 'page/templates/page/program.html', related urls * updated navbar.html
* Added app schedule.Weitian LI2014-06-241-0/+3
* Added app schedule, largely based on 'notice' app * TODO: views and templates