zulip/zproject
Tim Abbott 4fbb8c3eee templates: Add new context variables to all templates.
This adds a few new helpful context variables that we can use to
compute URLs in all of our templates:
* external_uri_scheme: http(s)://
* server_uri: The base URL for the server's canonical name
* realm_uri: The base URL for the user's realm

This is preparatory work for making realm_uri != server_uri when we
add support for subdomains.
2016-08-13 16:27:35 -07:00
..
jinja2 Annotate zproject/jinja2/backends.py 2016-08-09 09:19:24 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Annotate zproject/backends.py. 2016-08-09 09:19:24 -07:00
dev_settings.py settings: Refactor SYSTEM_ONLY_REALMS configuration. 2016-08-12 12:12:53 -07:00
dev_urls.py Upgrade to Django-Pipeline==1.6.8. 2016-07-09 07:09:55 -07:00
legacy_urls.py views: Move presence views to presence.py. 2016-07-26 14:29:32 -07:00
local_settings.py settings: Refactor SYSTEM_ONLY_REALMS configuration. 2016-08-12 12:12:53 -07:00
prod_settings_template.py settings: Add support for specifying a remote redis password. 2016-08-11 16:54:22 -07:00
settings.py templates: Add new context variables to all templates. 2016-08-13 16:27:35 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_settings.py Move Zulip's TOS to TERMS_OF_SERVICE markdown file. 2016-07-29 20:47:42 -07:00
urls.py Replace hardcoded integration-lozenges to generating ones. 2016-08-04 11:41:18 -07:00
wsgi.py Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00