mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-14 00:44:53 +03:00
Run compilemessages when deploying to Heroku
This commit is contained in:
parent
c88ff2e18f
commit
7d39b56749
|
@ -20,3 +20,4 @@ then
|
|||
python manage.py compress
|
||||
fi
|
||||
python manage.py collectstatic --noinput
|
||||
python manage.py compilemessages --noinput
|
||||
|
|
Loading…
Reference in New Issue
Block a user