Fixed: ugettext has been deprecated
Fixed: Multiple Upload for Eventpics
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user