zulip/zproject
Steve Howell ab0ee0b923 Upgrade: revert change to default LOCAL_UPLOADS_DIR in prod settings.
The main purpose of the "var" convention is to make it easy to write stuff
inside of our git repo when running a dev instance, and then "var" gets
excluded from checkins. For production, that's not as much of a concern.
For upgrades we don't want to be changing the directory around and confusing
matters, especially with the extra moving part of nginx configs (which have
their own issues in terms of being overwritten by accident when admins go to
S3).
2016-09-06 14:51:29 -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 Support full text search for all languages using pgroonga. 2016-08-26 21:04:03 -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: Eliminate ADMIN_DOMAIN for creating initial realm. 2016-08-25 09:37:33 -07:00
prod_settings_template.py Upgrade: revert change to default LOCAL_UPLOADS_DIR in prod settings. 2016-09-06 14:51:29 -07:00
settings.py Support full text search for all languages using pgroonga. 2016-08-26 21:04:03 -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 Move webathena views to its own file. 2016-08-18 18:26:49 -07:00
wsgi.py Activate virtualenv in production Python code. 2016-06-27 19:55:35 -07:00