aboutsummaryrefslogtreecommitdiffstats
path: root/account/admin.py
Commit message (Collapse)AuthorAgeFilesLines
* * added model 'UserFile' and register to adminWeitian LI2014-04-271-1/+2
| | | | | | | | | * updated 'UserProfile' model: o added fields 'reason', 'transcript', 'supplement' o used 'ContentTypeRestrictedFileField' with dynamical 'upload_to' * updated 'UpdateProfileView' to support formset * updated 'UpdateProfileForm' with new fields and clean method * added 'UserFileForm' and 'UserFileFormSet'
* fixes to account admin.site.registerWeitian LI2014-04-211-1/+8
|
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-0/+3
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'