aboutsummaryrefslogtreecommitdiffstats
path: root/archive/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Added app schedule, tools and archive/templatetags; updated settings.Weitian LI2014-06-241-1/+2
| | | | | | | | | * Added app 'schedule' to provides a more generic schedule page * Added fake app 'tools' to holds generic utilities * Moved notice/templatetags to tools/templatetags * Small change to archive.models.Archive display format * Added archive/templatetags * Small update to introduction page
* * added app 'archive' to provides downloadsWeitian LI2014-04-281-0/+79
o models: Archive, ArchiveCategory o views: ArchiveView based on TemplateView o template: archive.html o sidebar: sidebar.js, sidebar.css