Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added 'profile', 'profile_update' and 'profile_update_done' templates | Weitian LI | 2014-04-20 | 7 | -27/+172 |
| | | | | | | | and implemented related views * added 'account.forms.UpdateProfileForm' * implemented 'account.views.UpdateProfileView' using class-based view * updated 'account.urls' | ||||
* | small fixes to "br" tag | Weitian LI | 2014-04-20 | 4 | -6/+54 |
| | |||||
* | disabled app south and removed migrations | Weitian LI | 2014-04-20 | 3 | -153/+0 |
| | |||||
* | added 'password_change' and 'password_change_done' views and templates | Weitian LI | 2014-04-20 | 3 | -4/+60 |
| | |||||
* | fixed UserProfile model to use CharField choices in "is_approved" and ↵ | Weitian LI | 2014-04-20 | 1 | -2/+17 |
| | | | | "is_sponsored" | ||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 4 | -3/+78 |
| | | | | | | o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile | ||||
* | * implemented custom form and profile for registration | Weitian LI | 2014-04-20 | 4 | -2/+148 |
| | |||||
* | * implemented the index page | Weitian LI | 2014-04-20 | 3 | -0/+153 |
| | | | | | | | | 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 | ||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 5 | -0/+21 |
* created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' |