mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 17:04:53 +03:00
Don't compile translations for 3rd party packages
This commit is contained in:
parent
c5753b27e3
commit
932c2824e9
|
@ -22,4 +22,4 @@ then
|
||||||
fi
|
fi
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
python manage.py collectstatic --noinput
|
python manage.py collectstatic --noinput
|
||||||
python manage.py compilemessages --noinput
|
python manage.py compilemessages -i site-packages
|
||||||
|
|
Loading…
Reference in New Issue
Block a user