diff --git a/conf/uwsgi.ini b/conf/uwsgi.ini index ef9d34c..d4f13d7 100644 --- a/conf/uwsgi.ini +++ b/conf/uwsgi.ini @@ -3,7 +3,7 @@ plugins = python3 master = true protocol = uwsgi socket = 127.0.0.1:8080 -wsgi-file = __INSTALL_DIR__/venv/lib/$weblate_pypath/site-packages/weblate/__APP__.ini +wsgi-file = __INSTALL_DIR__/venv/lib/__WEBLATE_PYPATH__/site-packages/weblate/__APP__.ini # Add path to Weblate checkout if you did not install # Weblate by pip