aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/settings.py
Commit message (Collapse)AuthorAgeFilesLines
* Added app schedule, tools and archive/templatetags; updated settings.Weitian LI2014-06-241-0/+2
| | | | | | | | | * Added app 'schedule' to provides a more generic schedule page * Added fake app 'tools' to holds generic utilities * Moved notice/templatetags to tools/templatetags * Small change to archive.models.Archive display format * Added archive/templatetags * Small update to introduction page
* Split SECRET_KEY from settings and update .gitignore.Weitian LI2014-06-231-1/+1
| | | | | | * Split 'SECRET_KEY' from settings * Updated settings files * Updated .gitignore settings
* * enabled 'south' in 'INSTALLED_APPS'Weitian LI2014-05-201-1/+1
| | | | * added 'introspection_rules' of ContentTypeRestrictedFileField for south
* * added 'bootstrap-3.1.1' to staticWeitian LI2014-05-041-1/+4
| | | | | * updated 'settings' to serve bootstrap from local ('respond.js' required local css, otherwise extra configuration requires.)
* * updated settings with 'ALLOWED_HOSTS'Weitian LI2014-04-281-0/+2
| | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
* * added 'archive' to INSTALLED_APPSWeitian LI2014-04-281-25/+28
| | | | * 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-261-0/+24
| | | | | * 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
* modified settings_email import to make it requiredWeitian LI2014-04-221-4/+1
|
* * 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-201-2/+7
| | | | | | o SITE_ID, LANGUAGE_CODE, TIME_ZONE o INSTALLED_APPS * updated top-level urls.py
* * updated settings.py, added settings_email.pyWeitian LI2014-04-181-4/+69
| | | | | | * 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-151-0/+82