aboutsummaryrefslogtreecommitdiffstats
path: root/account/models.py
Commit message (Collapse)AuthorAgeFilesLines
* * added 'profile', 'profile_update' and 'profile_update_done' templatesWeitian LI2014-04-201-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 LI2014-04-201-2/+17
| | | | "is_sponsored"
* * implemented custom form and profile for registrationWeitian LI2014-04-201-2/+55
|
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-0/+12
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'