From 9a772970541f0e592b08a4b231363593b33f8a2d Mon Sep 17 00:00:00 2001 From: Tuomas Suutari Date: Tue, 13 Feb 2018 18:05:25 +0200 Subject: [PATCH] post-update: Remove compilemessages command There is no messages to compile and the command fails. --- post-update | 1 - 1 file changed, 1 deletion(-) diff --git a/post-update b/post-update index 9ede5a77..618115de 100755 --- a/post-update +++ b/post-update @@ -3,7 +3,6 @@ set -e pip install prequ==1.3.1 prequ sync requirements.txt -./manage.py compilemessages ./manage.py collectstatic --noinput ./manage.py migrate --noinput