aboutsummaryrefslogtreecommitdiffstats
path: root/account
Commit message (Collapse)AuthorAgeFilesLines
* * implemented custom form and profile for registrationWeitian LI2014-04-204-2/+148
|
* * implemented the index pageWeitian LI2014-04-203-0/+153
| | | | | | | | 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/+21
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'