aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small fixes to "br" tagWeitian LI2014-04-209-15/+63
|
* disabled app south and removed migrationsWeitian LI2014-04-208-194/+1
|
* added 'password_change' and 'password_change_done' views and templatesWeitian LI2014-04-203-4/+60
|
* fixed UserProfile model to use CharField choices in "is_approved" and ↵Weitian LI2014-04-201-2/+17
| | | | "is_sponsored"
* * updated django_skaschool/settings.pyWeitian LI2014-04-205-3/+90
| | | | | | o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile
* small updated navbar.html and registration templatesWeitian LI2014-04-204-29/+16
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-203-7/+21
| | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py
* * implemented custom form and profile for registrationWeitian LI2014-04-204-2/+148
|
* * implemented the index pageWeitian LI2014-04-2036-128/+658
| | | | | | | | 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
* * removed 'settings_email.py' and updated '.gitignore'Weitian LI2014-04-182-13/+3
|
* * updated settings.py, added settings_email.pyWeitian LI2014-04-1843-8/+588
| | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'
* * updated .gitignore, manage.py and requirements.txtWeitian LI2014-04-183-2/+6
|
* * added 'south' to INSTALLED_APPSWeitian LI2014-04-176-0/+21
| | | | * added 'README.md', 'requirements.txt'
* Initial commit of django_skaschoolWeitian LI2014-04-155-0/+118