mirror of https://github.com/zulip/zulip.git
85d7ddbeca
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. |
||
---|---|---|
.. | ||
loaders | ||
__init__.py | ||
thumbor.conf |