aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/settings_production.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-3/+12
| | | | * updated MEDIA_ROOT and STATIC_ROOT of settings_production.py
* * added 'archive' to INSTALLED_APPSWeitian LI2014-04-281-18/+39
| | | | * updated ALLOWED_CONTENT_TYPES settings
* * added 'django-recaptcha' settingsWeitian LI2014-04-261-0/+30
| | | | | * added 'ALLOWED_CONTENT_TYPES' to settings * updated 'settings_mysql' and 'settings_production'
* * added 'ADMINS' and 'MANAGERS' settings to settings_production.pyWeitian LI2014-04-241-0/+12
| | | | * added templates 400, 404, 404 and 500
* created settings_production.py and updated NOTES.txtWeitian LI2014-04-221-0/+173