Clear the old files when collecting static files.

This commit is contained in:
Abhilash Raj
2020-06-25 22:38:30 -07:00
parent 3efedcaccb
commit 1ae02c70ee

View File

@@ -113,7 +113,7 @@ else
fi
# Collect static for the django installation.
python3 manage.py collectstatic --noinput
python3 manage.py collectstatic --noinput --clear --verbosity 0
# Migrate all the data to the database if this is a new installation, otherwise
# this command will upgrade the database.