Ignore venv and tox when compiling translations

This commit is contained in:
Alexandre Iooss 2020-02-11 21:28:57 +01:00
parent 1b848eede9
commit 1bf9668315
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# This will launch the Django project as a fastcgi socket
# then Apache or NGINX will be able to use that socket
python manage.py compilemessages
python manage.py compilemessages -i ".tox" -i "venv"
python manage.py makemigrations
# Wait for database