zulip/zproject
Tim Abbott 828917cac8 Enabled the Django cached template loader.
This was recommended by:

https://docs.djangoproject.com/en/dev/howto/deployment/checklist/

Since we don't change our deployments without restarting Django and
don't use any custom template magic, this should be a free performance
win.

(imported from commit fd498ab97d0669c3a14b342b2d2f01994a1f1ee1)
2013-11-08 15:36:31 -05:00
..
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
authhack.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py SSO / REMOTE_USER support 2013-11-05 16:14:13 -05:00
local_settings.py [Django 1.6] Use the legacy PickleSerializer for sessions. 2013-11-08 08:22:04 -05:00
local_settings_template.py If EMAIL_HOST is unset or blank, don't send email via django.core.mail 2013-11-06 17:36:41 -05:00
settings.py Enabled the Django cached template loader. 2013-11-08 15:36:31 -05:00
test_settings.py Use persistent connections to our database. 2013-11-08 15:36:31 -05:00
urls.py Add a email-only sso login page that redirects to a deployment-specific domai 2013-11-08 14:33:12 -05:00
wsgi.py Some zulip => humbug updates in comments and print statements. 2013-10-08 08:57:29 -04:00