Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 5 | -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 templates | Weitian LI | 2014-04-20 | 4 | -29/+16 |
| | |||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 3 | -7/+21 |
| | | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py | ||||
* | * implemented custom form and profile for registration | Weitian LI | 2014-04-20 | 4 | -2/+148 |
| | |||||
* | * implemented the index page | Weitian LI | 2014-04-20 | 36 | -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 LI | 2014-04-18 | 2 | -13/+3 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 43 | -8/+588 |
| | | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' | ||||
* | * updated .gitignore, manage.py and requirements.txt | Weitian LI | 2014-04-18 | 3 | -2/+6 |
| | |||||
* | * added 'south' to INSTALLED_APPS | Weitian LI | 2014-04-17 | 6 | -0/+21 |
| | | | | * added 'README.md', 'requirements.txt' | ||||
* | Initial commit of django_skaschool | Weitian LI | 2014-04-15 | 5 | -0/+118 |