Update to use django 4.x as foundation, makefile needed some changes.

This commit is contained in:
2023-06-11 10:21:44 +02:00
parent 3efc4335bb
commit fbfabb982f
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ testserver: venv
messages: venv
@echo "aktualisiere Übersetzungen..."
@(for d in ${SRC_PATH}/*; do \
test -d $$d/locale && cd $$d && ${VENV_PATH}/bin/django-admin.py makemessages -l de;\
test -d $$d/locale && cd $$d && ${VENV_PATH}/bin/django-admin makemessages -l de;\
done)
${MANAGE_PY} compilemessages -v0