Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | created settings_production.py and updated NOTES.txt | Weitian LI | 2014-04-22 | 1 | -0/+173 |
| | |||||
* | modified settings_email import to make it required | Weitian LI | 2014-04-22 | 1 | -4/+1 |
| | |||||
* | * added GenericRelation attachments field to 'Notice' model | Weitian LI | 2014-04-22 | 1 | -5/+0 |
| | | | | * removed 'demo.urls' from urls.py | ||||
* | * added 'MEDIA_ROOT' to settings.py | Weitian LI | 2014-04-21 | 1 | -0/+2 |
| | | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline' | ||||
* | * added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in ↵ | Weitian LI | 2014-04-21 | 1 | -0/+5 |
| | | | | settings.py | ||||
* | disabled app south and removed migrations | Weitian LI | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 1 | -0/+12 |
| | | | | | | o LOGIN_URL, LOGIN_REDIRECT_URL, LOGOUT_URL * added login/logout views to account urls.py * added account templates for login, logout, profile | ||||
* | * updated django_skaschool/settings.py | Weitian LI | 2014-04-20 | 2 | -7/+17 |
| | | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py | ||||
* | * removed 'settings_email.py' and updated '.gitignore' | Weitian LI | 2014-04-18 | 1 | -13/+0 |
| | |||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 3 | -8/+108 |
| | | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo' | ||||
* | * added 'south' to INSTALLED_APPS | Weitian LI | 2014-04-17 | 1 | -0/+1 |
| | | | | * added 'README.md', 'requirements.txt' | ||||
* | Initial commit of django_skaschool | Weitian LI | 2014-04-15 | 4 | -0/+108 |