aboutsummaryrefslogtreecommitdiffstats
path: root/page/views.py
Commit message (Collapse)AuthorAgeFilesLines
* Show latest import notice at index page.Weitian LI2014-06-031-1/+18
| | | | | | * added 'page.views.IndexView' for 'django_skaschool.urls * updated 'index.html' to display notice at bottom * added '.smallcaps' in 'index.css' for English title
* * added urls and template for 'introduction' in app pageWeitian LI2014-04-231-1/+0
| | | | * fixed page/views.py
* * implemented the index pageWeitian LI2014-04-201-1/+13
| | | | | | | | 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-181-0/+3
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'