Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * added column 'identify' to 'list_approved' view | Weitian LI | 2014-04-22 | 2 | -6/+7 |
| | | | | * updated navbar.html to always show 'list_approved' but login_required | ||||
* | removed app demo | Weitian LI | 2014-04-22 | 12 | -276/+0 |
| | |||||
* | * added 'MEDIA_ROOT' to settings.py | Weitian LI | 2014-04-21 | 3 | -2/+73 |
| | | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline' | ||||
* | fixes to account admin.site.register | Weitian LI | 2014-04-21 | 2 | -8/+8 |
| | |||||
* | * added following methods for 'UserProfile' model: | Weitian LI | 2014-04-21 | 2 | -1/+35 |
| | | | | | | | | | o get_gender_value() o get_approved_value() o get_sponsored_value() o get_identify_value() * updated 'user_registered_callback' to save 'identify' field * updated 'account/profile.html' template to show identify infomation | ||||
* | * added 'ResendEmailForm' forms | Weitian LI | 2014-04-21 | 9 | -21/+204 |
| | | | | | | | | * implemented 'ResendEmailView' class-based view and templates * added js code 'account_email_resend.js' Warning: cannot load static file located in app directory | ||||
* | * added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in ↵ | Weitian LI | 2014-04-21 | 3 | -0/+140 |
| | | | | settings.py | ||||
* | * implemented 'list_approved' view, added related template | Weitian LI | 2014-04-21 | 5 | -1/+85 |
| | | | | * updated related link in 'navbar.html' | ||||
* | updated README.txt | Weitian LI | 2014-04-21 | 1 | -6/+2 |
| | |||||
* | Merge branch 'master' of github.com:liweitianux/django_skaschool | Weitian LI | 2014-04-21 | 0 | -0/+0 |
|\ | |||||
| * | Delete README.md | Weitian LI | 2014-04-21 | 1 | -4/+0 |
| | | |||||
| * | Initial commit | Alvin Li | 2014-04-18 | 2 | -0/+27 |
| | |||||
* | added LICENSE: 2-clause BSD | Weitian LI | 2014-04-21 | 1 | -0/+23 |
| | |||||
* | added third-party css theme "bootstrap-glyphicons" | Weitian LI | 2014-04-21 | 5 | -0/+429 |
| | |||||
* | added NOTES.txt to record some notes and docs | Weitian LI | 2014-04-21 | 1 | -0/+5 |
| | |||||
* | * 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 | 9 | -15/+63 |
| | |||||
* | disabled app south and removed migrations | Weitian LI | 2014-04-20 | 8 | -194/+1 |
| | |||||
* | 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 | 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 |