| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* removed 'demo.urls' from urls.py
|
|
|
|
|
| |
* implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models
* implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
|
| |
|
|
|
|
|
|
| |
o SITE_ID, LANGUAGE_CODE, TIME_ZONE
o INSTALLED_APPS
* updated top-level urls.py
|
|
|
|
|
|
|
|
| |
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
|
|
* created directories 'static' and 'templates'
* added app 'account', 'notice'
* added app 'demo'
|