Changes between Initial Version and Version 1 of Ticket #19697, comment 4
- Timestamp:
- Feb 24, 2013, 11:27:52 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19697, comment 4
initial v1 2 2 3 3 A few suggestions: 4 - group settings by category: 1) for security 2) for performance 3) for error reporting -- add more if necessary 4 - add an introduction explaining that you probably want a different settings file for development and production 5 - group settings by category 6 - 1) for security 7 - 2) for HTTPS 8 - 3) for performance 9 - 4) for error reporting 10 - add more if necessary 5 11 - look for other production-related settings in the settings list 12 - ALLOWED_INCLUDE_ROOTS 13 - CACHES 14 - CSRF_COOKIE_SECURE 15 - EMAIL_* + SERVER_EMAIL 16 - LOGGING 17 - MANAGERS 18 - MEDIA_ROOT & URL 19 - SESSION_COOKIE_SECURE 20 - TEMPLATE_LOADERS => enable the cached template loader