diff --git a/entrypoint.sh b/entrypoint.sh index aa2d908..2b7471d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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