aboutsummaryrefslogtreecommitdiffstats
path: root/notice/admin.py
Commit message (Collapse)AuthorAgeFilesLines
* * implemented 'ListNoticeView' based on ListViewWeitian LI2014-04-231-0/+1
| | | | | | * added list_notice template, css, urls * updated models and admin of app notice * updated navbar.html
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-221-2/+2
| | | | * removed 'demo.urls' from urls.py
* * added 'MEDIA_ROOT' to settings.pyWeitian LI2014-04-211-1/+20
| | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-0/+3
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'