Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * enabled 'south' in 'INSTALLED_APPS' | Weitian LI | 2014-05-20 | 1 | -1/+1 |
| | | | | * added 'introspection_rules' of ContentTypeRestrictedFileField for south | ||||
* | * added 'bootstrap-3.1.1' to static | Weitian LI | 2014-05-04 | 1 | -1/+4 |
| | | | | | * updated 'settings' to serve bootstrap from local ('respond.js' required local css, otherwise extra configuration requires.) | ||||
* | * updated settings with 'ALLOWED_HOSTS' | Weitian LI | 2014-04-28 | 1 | -0/+2 |
| | | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py | ||||
* | * added 'archive' to INSTALLED_APPS | Weitian LI | 2014-04-28 | 1 | -25/+28 |
| | | | | * updated ALLOWED_CONTENT_TYPES settings | ||||
* | * updated ALLOWED_CONTENT_TYPES | Weitian LI | 2014-04-27 | 1 | -13/+31 |
| | | | | * implemented ContentTypeRestrictedFileField based on FileField | ||||
* | * added 'django-recaptcha' settings | Weitian LI | 2014-04-26 | 1 | -0/+24 |
| | | | | | * added 'ALLOWED_CONTENT_TYPES' to settings * updated 'settings_mysql' and 'settings_production' | ||||
* | * installed 'django-recaptcha' | Weitian LI | 2014-04-25 | 1 | -0/+6 |
| | | | | * added 'captcha' field to UserRegForm | ||||
* | modified settings_email import to make it required | Weitian LI | 2014-04-22 | 1 | -4/+1 |
| | |||||
* | * 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 | 1 | -2/+7 |
| | | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py | ||||
* | * updated settings.py, added settings_email.py | Weitian LI | 2014-04-18 | 1 | -4/+69 |
| | | | | | | * 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 | 1 | -0/+82 |