aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool
Commit message (Collapse)AuthorAgeFilesLines
* added "settings_email.py_sample"Weitian LI2014-05-241-0/+13
|
* * enabled 'south' in 'INSTALLED_APPS'Weitian LI2014-05-203-3/+3
| | | | * added 'introspection_rules' of ContentTypeRestrictedFileField for south
* * added 'bootstrap-3.1.1' to staticWeitian LI2014-05-043-3/+12
| | | | | * updated 'settings' to serve bootstrap from local ('respond.js' required local css, otherwise extra configuration requires.)
* updated 'wsgi.py' to provide 'check_password' handler for mod_wsgi to work ↵Weitian LI2014-04-291-2/+11
| | | | with apache2 user authentication
* modified 'wsgi.py': set DJANGO_SETTINGS_MODULE to settings_productionWeitian LI2014-04-291-1/+4
|
* * updated settings with 'ALLOWED_HOSTS'Weitian LI2014-04-283-3/+16
| | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
* * included archive urlsWeitian LI2014-04-281-0/+2
| | | | * moved 'file_cleanup' function to extra.py
* * added 'archive' to INSTALLED_APPSWeitian LI2014-04-283-61/+106
| | | | * updated ALLOWED_CONTENT_TYPES settings
* * updated ALLOWED_CONTENT_TYPESWeitian LI2014-04-271-13/+31
| | | | * implemented ContentTypeRestrictedFileField based on FileField
* * added 'django-recaptcha' settingsWeitian LI2014-04-263-0/+84
| | | | | * added 'ALLOWED_CONTENT_TYPES' to settings * updated 'settings_mysql' and 'settings_production'
* * installed 'django-recaptcha'Weitian LI2014-04-251-0/+6
| | | | * added 'captcha' field to UserRegForm
* * added 'ADMINS' and 'MANAGERS' settings to settings_production.pyWeitian LI2014-04-241-0/+12
| | | | * added templates 400, 404, 404 and 500
* added settings.py with mysql backendWeitian LI2014-04-231-0/+179
|
* added url to serve MEDIA_ROOTWeitian LI2014-04-231-0/+4
|
* created settings_production.py and updated NOTES.txtWeitian LI2014-04-221-0/+173
|
* modified settings_email import to make it requiredWeitian LI2014-04-221-4/+1
|
* * added GenericRelation attachments field to 'Notice' modelWeitian LI2014-04-221-5/+0
| | | | * removed 'demo.urls' from urls.py
* * added 'MEDIA_ROOT' to settings.pyWeitian LI2014-04-211-0/+2
| | | | | * implemented 'Notice', 'NoticeCategory', 'NoticeAttachment' models * implemented 'NoticeAdmin' with 'NoticeAttachmentInline'
* * added zh_CN locale for django_skaschool and added 'LOCALE_PATHS' in ↵Weitian LI2014-04-211-0/+5
| | | | settings.py
* disabled app south and removed migrationsWeitian LI2014-04-201-1/+1
|
* * updated django_skaschool/settings.pyWeitian LI2014-04-201-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.pyWeitian LI2014-04-202-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 LI2014-04-181-13/+0
|
* * updated settings.py, added settings_email.pyWeitian LI2014-04-183-8/+108
| | | | | | * created directories 'static' and 'templates' * added app 'account', 'notice' * added app 'demo'
* * added 'south' to INSTALLED_APPSWeitian LI2014-04-171-0/+1
| | | | * added 'README.md', 'requirements.txt'
* Initial commit of django_skaschoolWeitian LI2014-04-154-0/+108