aboutsummaryrefslogtreecommitdiffstats
path: root/schedule
Commit message (Collapse)AuthorAgeFilesLines
* Updated traffic page with new imagesWeitian LI2014-06-251-1/+0
| | | | | * Added sjtu_tuoxie_02.jpg and sjtu_xueshu_02.jpg images * Small fix to schedule.html
* Added schedule.html template for app 'schedule'.Weitian LI2014-06-248-1/+340
| | | | | | | | | | * 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
* Fixed a problem with OverwriteStorage.Weitian LI2014-06-241-1/+1
| | | | | | OverwriteStorage should be called as: FileField(..., storage=OverwriteStorage(),...) ^^
* Added app schedule.Weitian LI2014-06-245-0/+88
* Added app schedule, largely based on 'notice' app * TODO: views and templates