replace venv3 with venv, makemessages for es, compilemessages for es

This commit is contained in:
reese 2021-04-22 11:03:41 -05:00
parent 9400510b21
commit e4b432246a
3 changed files with 1265 additions and 1515 deletions

4
bw-dev
View file

@ -90,10 +90,10 @@ case "$CMD" in
runweb python manage.py collectstatic --no-input runweb python manage.py collectstatic --no-input
;; ;;
makemessages) makemessages)
runweb django-admin makemessages --no-wrap --ignore=venv3 $@ runweb django-admin makemessages --no-wrap --ignore=venv $@
;; ;;
compilemessages) compilemessages)
runweb django-admin compilemessages --ignore venv3 $@ runweb django-admin compilemessages --ignore venv $@
;; ;;
build) build)
docker-compose build docker-compose build

Binary file not shown.

File diff suppressed because it is too large Load diff