aboutsummaryrefslogtreecommitdiffstats
path: root/notice
Commit message (Collapse)AuthorAgeFilesLines
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-222-7/+8
| | | | * removed 'demo.urls' from urls.py
* * added 'MEDIA_ROOT' to settings.pyWeitian LI2014-04-212-2/+71
| | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
* disabled app south and removed migrationsWeitian LI2014-04-202-20/+0
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-0/+4
| | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py
* * implemented the index pageWeitian LI2014-04-202-0/+20
| | | | | | | | 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
* * updated settings.py, added settings_email.pyWeitian LI2014-04-185-0/+12
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'