aboutsummaryrefslogtreecommitdiffstats
path: root/page/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* Added schedule.html template for app 'schedule'.Weitian LI2014-06-241-4/+0
| | | | | | | | | | * added 'schedule.views.ScheduleView' * added 'schedule.html' template, with 'schedule.css' and 'schedule.js' * added 'schedule.urls', updated django_skaschool.urls * added tools/templatetags/dict_utils.py * converted schedule models to south-based * removed original 'page/templates/page/program.html', related urls * updated navbar.html
* * added blank templates of needed pagesWeitian LI2014-04-241-1/+30
| | | | | * added urls in pages.urls * updated links in navbar.html
* * added urls and template for 'introduction' in app pageWeitian LI2014-04-231-3/+3
| | | | * fixed page/views.py
* * implemented the index pageWeitian LI2014-04-201-1/+5
| | | | | | | | 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/+13
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'