zulip/zproject
Steve Howell 2504baf783 Use compiled.js in dev environments.
Make our dev setup more similar to prod by using compiled.js,
instead of AJAX-ing templates on the fly and compiling them
with non-node code.  This will make our dev environment more
consistent with prod (to avoid surprising bugs), plus it should
be faster (fewer AJAX calls).

This change also means we don't have to keep two copies
of static/third/handlebars/handlebars.js around.

(imported from commit d8d584b9aa13adcdcce7e424033610d77d2df79b)
2014-01-10 21:39:04 -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 Correctly concatenate local part with domain in LDAP backend. 2013-11-25 17:44:47 -05:00
local_settings.py Fix EXTERNAL_API_PATH and friends for prod and localhost. 2013-12-18 16:01:19 -05:00
local_settings_template.py enterprise: Add option to forward feedback to an email address. 2013-11-25 16:59:36 -05:00
settings.py Use compiled.js in dev environments. 2014-01-10 21:39:04 -05:00
test_settings.py logging: Log management commands that are run. 2013-11-20 14:31:08 -05:00
urls.py Move message-related views into their own file 2014-01-10 21:38:59 -05:00
wsgi.py Import zerver.models in wsgi.py 2013-11-12 19:18:35 -05:00