zulip/zproject
acrefoot e4ed9195dc Remove rest_dispatch hack and optimize imports.
For a long time, rest_dispatch has had this hack where we have to
create a copy of it in each views file using it, in order to directly
access the globals list in that file.  This removes that hack, instead
making rest_dispatch just use Django's import_string to access the
target method to use.

[tweaked and reorganized from acrefoot's original branch in various
ways by tabbott]
2016-06-24 16:11:03 -07:00
..
jinja2 Fix backend i18n bug. 2016-06-06 09:34:51 -07:00
__init__.py Rename Django project to zproject. 2013-08-07 11:04:03 -04:00
backends.py Fix using LDAP backend with Zulip mobile apps. 2016-06-21 14:57:54 -07:00
dev_settings.py Add interface for creating new realms. 2016-06-17 16:15:28 -07:00
legacy_urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
local_settings.py Make zproject/local_settings.py pass mypy check. 2016-05-18 17:10:18 +05:30
local_settings_template.py Add new documentation on Zulip settings system. 2016-06-17 12:15:15 -07:00
settings.py Add interface for creating new realms. 2016-06-17 16:15:28 -07:00
test_settings.py Merge Zulip 1.3.12 security release. 2016-05-10 11:32:26 -07:00
urls.py Remove rest_dispatch hack and optimize imports. 2016-06-24 16:11:03 -07:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00