From 10c755b7b8aa5016b9013da314f44ddf0cd7d723 Mon Sep 17 00:00:00 2001 From: Benkhaled Date: Sat, 11 Jun 2022 01:41:16 +0100 Subject: [PATCH] Update cities_light.py (#266) Co-authored-by: Mariano ramirez --- src/cities_light/management/commands/cities_light.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cities_light/management/commands/cities_light.py b/src/cities_light/management/commands/cities_light.py index 6cd5af06..3367000b 100644 --- a/src/cities_light/management/commands/cities_light.py +++ b/src/cities_light/management/commands/cities_light.py @@ -54,12 +54,12 @@ class Command(BaseCommand): It is possible to force the download of some files which have not been updated on the server: - manage.py --force cities15000 --force countryInfo + manage.py cities_light --force cities15000 --force countryInfo It is possible to force the import of files which weren't downloaded using the --force-import option: - manage.py --force-import cities15000 --force-import country + manage.py cities_light --force-import cities15000 --force-import country """.strip() logger = logging.getLogger('cities_light')