Fixed: ugettext has been deprecated

Fixed: Multiple Upload for Eventpics
This commit is contained in:
2023-06-11 10:10:29 +02:00
parent e3daccafb1
commit 3efc4335bb
23 changed files with 47 additions and 32 deletions

View File

@@ -16,7 +16,7 @@ all: cleanup migrate testserver
venv: $(VENV_PATH)/bin/activate
$(VENV_PATH)/bin/activate:
@test -d $(VENV_PATH) || python3 -m venv --clear $(VENV_PATH)
@test -d $(VENV_PATH) || python3 -m venv --clear --system-site-packages $(VENV_PATH)
dev-requirements: venv ${DEV_REQUIREMENTS}
${PYTHON} -m pip install -qU pip