Clear the old files when collecting static files.
This commit is contained in:
@@ -113,7 +113,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Collect static for the django installation.
|
# 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
|
# Migrate all the data to the database if this is a new installation, otherwise
|
||||||
# this command will upgrade the database.
|
# this command will upgrade the database.
|
||||||
|
|||||||
Reference in New Issue
Block a user