docs: update download-countries command in documentation to include --force option

This commit is contained in:
Sean Morley
2025-01-13 10:54:46 -05:00
parent 0f828dd0bf
commit 3b5b5d83b9

View File

@@ -20,5 +20,5 @@ docker exec -it <container> bash
Once you are in the container run the following command to resync the region data.
```bash
python manage.py download-countries
python manage.py download-countries --force
```