aboutsummaryrefslogtreecommitdiffstats
path: root/account/migrations/0001_initial.py
Commit message (Collapse)AuthorAgeFilesLines
* * added 'is_checkin' field to account.models.UserProfileWeitian LI2014-05-201-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 migrationsWeitian LI2014-04-201-74/+0
|
* * implemented the index pageWeitian LI2014-04-201-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