Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added 'is_checkin' field to account.models.UserProfile | Weitian LI | 2014-05-20 | 1 | -0/+111 |
| | | | | | | | | * added 'get_checkin_value', 'dump_fieldnames' and 'dump' methods to UserProfile model * generated south migrations for app 'account' * display two more columns (email, is_checkin) in UserProfileAdmin * added 'get_urls' and 'userprofile_csv_view' to UserProfileAdmin * updaed 'profile.html' with 'is_checkin' field | ||||
* | disabled app south and removed migrations | Weitian LI | 2014-04-20 | 1 | -74/+0 |
| | |||||
* | * implemented the index page | Weitian LI | 2014-04-20 | 1 | -0/+74 |
o base.html, navbar.html, favicon.html, index.html o added static files related to index page * performed south migrations * implemented registration templates * implemented regiration views and pages |