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
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user