Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * implemented 'ListNoticeView' based on ListView | Weitian LI | 2014-04-23 | 1 | -0/+1 |
| | | | | | | * added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html | ||||
* | * added GenericRelation attachments field to 'Notice' model | Weitian LI | 2014-04-22 | 1 | -2/+2 |
| | | | | * removed 'demo.urls' from urls.py | ||||
* | * added 'MEDIA_ROOT' to settings.py | Weitian LI | 2014-04-21 | 1 | -1/+20 |
| | | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline' | ||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 1 | -0/+3 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |