| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
OverwriteStorage should be called as:
FileField(..., storage=OverwriteStorage(),...)
^^
|
|
|
|
|
|
|
|
| |
* 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' 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
|
| |
|
|
|
|
|
|
| |
* updated 'archive/urls.py', shortened the url, added a redirect
* updated poster image: 'skaschool-poster.jpg'
* updated the lecturer information of 'page/introduction.html'
|
|
|
|
|
| |
* updated zh_CN messages
* fixed a typo in 'my_markdown.py'
|
|
|
|
|
| |
* updated 'list_notice.html' .notice-content with my_markdown tag
* added help_text for notice/models.py/Notice contents field
|
|
|
|
|
|
| |
* updated ValidationError message and used named string of account/extra.py
* small changes to 'profile.html' and 'profile_update.html'
* added class Meta to notice/models.py/NoticeAttachment
|
|
|
|
|
| |
* added 'blank=True' to 'NoticeAttachment.description' field
* fixed attachment issue with 'list_notice.html' template
|
|
|
|
| |
* removed 'get_attachment_list' method from Notice model
|
|
|
|
|
|
| |
* added list_notice template, css, urls
* updated models and admin of app notice
* updated navbar.html
|
|
|
|
| |
* removed 'demo.urls' from urls.py
|
|
|
|
|
| |
* implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models
* implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
|
| |
|
|
|
|
|
|
| |
o SITE_ID, LANGUAGE_CODE, TIME_ZONE
o INSTALLED_APPS
* updated top-level urls.py
|
|
|
|
|
|
|
|
| |
o base.html, navbar.html, favicon.html, index.html
o added static files related to index page
* performed south migrations
* implemented registration templates
* implemented regiration views and pages
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|