Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added 'profile', 'profile_update' and 'profile_update_done' templates | Weitian LI | 2014-04-20 | 1 | -0/+1 |
| | | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls' | ||||
* | fixed UserProfile model to use CharField choices in "is_approved" and ↵ | Weitian LI | 2014-04-20 | 1 | -2/+17 |
| | | | | "is_sponsored" | ||||
* | * implemented custom form and profile for registration | Weitian LI | 2014-04-20 | 1 | -2/+55 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 1 | -0/+12 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |