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 messages: venv
@echo "aktualisiere Übersetzungen..." @echo "aktualisiere Übersetzungen..."
@(for d in ${SRC_PATH}/*; do \ @(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) done)
${MANAGE_PY} compilemessages -v0 ${MANAGE_PY} compilemessages -v0

View File

@@ -1,5 +1,5 @@
beautifulsoup4 beautifulsoup4
django < 4.0 django < 5.0
django-appconf django-appconf
django-ckeditor django-ckeditor
django-contrib-comments django-contrib-comments
@@ -13,7 +13,7 @@ icalendar
openpyxl openpyxl
markdown markdown
pillow pillow
# psycopg2-binary<2.9 psycopg2-binary
PyJWT PyJWT
pytz pytz
requests requests