Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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' |