From d3f44a4266cce53df751f33e0692b10566c1f8db Mon Sep 17 00:00:00 2001 From: Robert Kapa Date: Fri, 24 Mar 2017 14:53:14 -0300 Subject: [PATCH] removing live in compress --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 87d37372a..0cc832321 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ install: ~/env/bin/python manage.py migrate --noinput ~/env/bin/python manage.py loaddata initial ~/env/bin/python manage.py collectstatic --noinput - ~/env/bin/python manage.py compress + # ~/env/bin/python manage.py compress ~/env/bin/python manage.py compilemessages docker-update: