clean static before regenerating

This commit is contained in:
Oly 2017-08-23 13:47:55 +01:00
parent c741232356
commit 10024c6646
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
rm -R /app/staticfiles/*
python /app/manage.py collectstatic --noinput python /app/manage.py collectstatic --noinput
python /app/manage.py compilescss python /app/manage.py compilescss