aboutsummaryrefslogtreecommitdiffstats
path: root/archive
Commit message (Collapse)AuthorAgeFilesLines
* Splited storage function from account.extraWeitian LI2014-06-241-5/+2
| | | | | | | | * Splited storage function from account.extra -> tools/storage.py - OverwriteStorage - file_cleanup * Updated account.models, archive.models * Added OverwriteStorage and file_cleanup function to notice.models
* Added app schedule, tools and archive/templatetags; updated settings.Weitian LI2014-06-243-1/+34
| | | | | | | | | * 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
* * changed block 'title' to 'pagetitle' for every page templateWeitian LI2014-05-181-3/+1
|
* * upaded display format of model Notice 'notice/models.py'Weitian LI2014-05-141-1/+5
| | | | | | * updated 'archive/urls.py', shortened the url, added a redirect * updated poster image: 'skaschool-poster.jpg' * updated the lecturer information of 'page/introduction.html'
* * added app 'archive' to provides downloadsWeitian LI2014-04-288-0/+208
o models: Archive, ArchiveCategory o views: ArchiveView based on TemplateView o template: archive.html o sidebar: sidebar.js, sidebar.css