Improve mobile my2dos navigation

This commit is contained in:
rucki
2026-08-24 10:56:00 +02:00
parent c7f7bc801e
commit a7567d5d0b
4 changed files with 71 additions and 13 deletions
+5
View File
@@ -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