Don't compile translations for 3rd party packages

This commit is contained in:
Bruno Alla 2023-05-31 21:01:03 +01:00
parent c5753b27e3
commit 932c2824e9
No known key found for this signature in database

View File

@ -22,4 +22,4 @@ then
fi
{%- endif %}
python manage.py collectstatic --noinput
python manage.py compilemessages --noinput
python manage.py compilemessages -i site-packages