diff --git a/How-to-use-this-Repo.md b/How-to-use-this-Repo.md index 024436d..c9c827d 100644 --- a/How-to-use-this-Repo.md +++ b/How-to-use-this-Repo.md @@ -15,4 +15,7 @@ docker compose up -d docker compose exec -T web python manage.py collectstatic --noinput ## To update the docker files run this in the LXC -docker compose up -d \ No newline at end of file +docker compose up -d + +## To force a reimport of the CSV +docker compose exec -T web python manage.py import_seed /data/imports/illustrations_seed.csv \ No newline at end of file