Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated 'wsgi.py' to provide 'check_password' handler for mod_wsgi to work ↵ | Weitian LI | 2014-04-29 | 1 | -2/+11 |
| | | | | with apache2 user authentication | ||||
* | modified 'wsgi.py': set DJANGO_SETTINGS_MODULE to settings_production | Weitian LI | 2014-04-29 | 1 | -1/+4 |
| | |||||
* | * updated settings with 'ALLOWED_HOSTS' | Weitian LI | 2014-04-28 | 3 | -3/+16 |
| | | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py | ||||
* | * included archive urls | Weitian LI | 2014-04-28 | 1 | -0/+2 |
| | | | | * moved 'file_cleanup' function to extra.py | ||||
* | * added 'archive' to INSTALLED_APPS | Weitian LI | 2014-04-28 | 3 | -61/+106 |
| | | | | * 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 | 3 | -0/+84 |
| | | | | | * 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 | ||||
* | * added 'ADMINS' and 'MANAGERS' settings to settings_production.py | Weitian LI | 2014-04-24 | 1 | -0/+12 |
| | | | | * added templates 400, 404, 404 and 500 | ||||
* | added settings.py with mysql backend | Weitian LI | 2014-04-23 | 1 | -0/+179 |
| | |||||
* | added url to serve MEDIA_ROOT | Weitian LI | 2014-04-23 | 1 | -0/+4 |
| | |||||
* | 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 |