Corrects variable name in locales
This commit is contained in:
parent
ba3ce62697
commit
7c2dc81501
9 changed files with 86 additions and 81 deletions
2
bw-dev
2
bw-dev
|
@ -90,7 +90,7 @@ case "$CMD" in
|
|||
runweb python manage.py collectstatic --no-input
|
||||
;;
|
||||
makemessages)
|
||||
runweb django-admin makemessages --no-wrap --ignore=venv $@
|
||||
runweb django-admin makemessages --no-wrap --ignore=venv --all $@
|
||||
;;
|
||||
compilemessages)
|
||||
runweb django-admin compilemessages --ignore venv $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue