zulip/zthumbor
Tim Abbott 85d7ddbeca thumbor: Switch thumbor.conf to use a better system.
Previously, thumbor.conf read LOCAL_UPLOADS_DIR from
zproject/settings.py by calling get-django-setting, which ends up
importing Django (taking 250ms, and requiring a full Zulip virtualenv
to be installed on the system).

The new system (in production) just imports prod_settings.py, which
has a lot fewer dependencies and is also a lot faster.
2018-07-15 00:05:05 +05:30
..
loaders mypy: Rewrite sign_is_valid in zthumbor helpers.py for None secret_key. 2018-03-25 08:59:08 -07:00
__init__.py thumbor: Add thumbor on port 9995 in development. 2018-01-29 13:10:29 -08:00
thumbor.conf thumbor: Switch thumbor.conf to use a better system. 2018-07-15 00:05:05 +05:30