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