Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed problem with 'transcript_url' field of UserProfileAdmin | Weitian LI | 2014-04-30 | 1 | -4/+9 |
| | |||||
* | * fixed attachments.short_description of UserProfileAdmin | Weitian LI | 2014-04-30 | 1 | -0/+1 |
| | | | | * updated related zh_CN messages | ||||
* | * added 'UserProfileAdmin' with actions and list_display: | Weitian LI | 2014-04-30 | 1 | -1/+134 |
| | | | | | | | | | | | | | | | | | | | | | | | o actions: - 'approve_users', - 'sponsor_users', - 'cancel_approve_users', - 'cancel_sponsor_users', - 'reset_approve_users', - 'reset_sponsor_users', o list_display: - 'user', - 'realname', - 'gender', - 'institute', - 'identify', - 'reason', - 'transcript_url', - 'supplement', - 'attachments', - 'is_approved', - 'is_sponsored', * updated zh_CN messages | ||||
* | * added model 'UserFile' and register to admin | Weitian LI | 2014-04-27 | 1 | -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.register | Weitian LI | 2014-04-21 | 1 | -1/+8 |
| | |||||
* | * 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' |