Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added 'profile', 'profile_update' and 'profile_update_done' templates | Weitian LI | 2014-04-20 | 1 | -1/+60 |
| | | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls' | ||||
* | * implemented custom form and profile for registration | Weitian LI | 2014-04-20 | 1 | -0/+6 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 1 | -0/+3 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |