Skip to content

Commit

Permalink
Update cities_light.py (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: Mariano ramirez <[email protected]>
  • Loading branch information
a-benkhaled and marianoeramirez authored Jun 11, 2022
1 parent d4db903 commit 10c755b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cities_light/management/commands/cities_light.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 10c755b

Please sign in to comment.