From 3b5b5d83b99ce7620ca7f206c6e1b4f9e496d808 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Mon, 13 Jan 2025 10:54:46 -0500 Subject: [PATCH] docs: update download-countries command in documentation to include --force option --- documentation/docs/configuration/updating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/configuration/updating.md b/documentation/docs/configuration/updating.md index c4eb3d3..aff9dd7 100644 --- a/documentation/docs/configuration/updating.md +++ b/documentation/docs/configuration/updating.md @@ -20,5 +20,5 @@ docker exec -it 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 ```