From 10024c66469ab4aaff68b07159803edeefa584e0 Mon Sep 17 00:00:00 2001 From: Oly Date: Wed, 23 Aug 2017 13:47:55 +0100 Subject: [PATCH] clean static before regenerating --- compose/django/live-gunicorn-mhackspace.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/django/live-gunicorn-mhackspace.sh b/compose/django/live-gunicorn-mhackspace.sh index 24230df..1ca4136 100644 --- a/compose/django/live-gunicorn-mhackspace.sh +++ b/compose/django/live-gunicorn-mhackspace.sh @@ -1,4 +1,5 @@ #!/bin/sh +rm -R /app/staticfiles/* python /app/manage.py collectstatic --noinput python /app/manage.py compilescss