aboutsummaryrefslogtreecommitdiffstats
path: root/page/urls.py
Commit message (Collapse)AuthorAgeFilesLines
* * 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'