From 7d39b56749dd09822da46d9e265198ca142d4266 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 31 May 2023 11:00:20 +0100 Subject: [PATCH] Run compilemessages when deploying to Heroku --- {{cookiecutter.project_slug}}/bin/post_compile | 1 + 1 file changed, 1 insertion(+) 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