Update to use django 4.x as foundation, makefile needed some changes.
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
beautifulsoup4
|
||||
django < 4.0
|
||||
django < 5.0
|
||||
django-appconf
|
||||
django-ckeditor
|
||||
django-contrib-comments
|
||||
@@ -13,7 +13,7 @@ icalendar
|
||||
openpyxl
|
||||
markdown
|
||||
pillow
|
||||
# psycopg2-binary<2.9
|
||||
psycopg2-binary
|
||||
PyJWT
|
||||
pytz
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user