diff --git a/{{cookiecutter.project_slug}}/bin/post_compile b/{{cookiecutter.project_slug}}/bin/post_compile index a9c94b39a..7fea6b03d 100644 --- a/{{cookiecutter.project_slug}}/bin/post_compile +++ b/{{cookiecutter.project_slug}}/bin/post_compile @@ -20,3 +20,4 @@ then python manage.py compress fi python manage.py collectstatic --noinput +python manage.py compilemessages --noinput