clean static before regenerating
This commit is contained in:
parent
c741232356
commit
10024c6646
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue