@@ -38,6 +38,11 @@ if [[ "${SKIP_PIP:-0}" != "1" ]]; then
"$PY" -m pip install -r requirements.txt
fi
if[[ -d "locale"]];then
echo"==> Übersetzungen kompilieren"
"$PY" manage.py compilemessages
fi
echo"==> Django Checks"
"$PY" manage.py check
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.