aboutsummaryrefslogtreecommitdiffstats
path: root/notice/models.py
Commit message (Collapse)AuthorAgeFilesLines
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-221-5/+6
| | | | * removed 'demo.urls' from urls.py
* * added 'MEDIA_ROOT' to settings.pyWeitian LI2014-04-211-1/+51
| | | | | * 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'