| 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
|
|
|
|
|
|
| |
* 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 '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'
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|