1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-18 20:39:36 +02:00

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
```