We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I just install django_cities_light
These are I just wrote in setings.py
CITIES_LIGHT_TRANSLATION_LANGUAGES = ['fr','en'] CITIES_LIGHT_INCLUDE_COUNTRIES = ['CA','US'] CITIES_LIGHT_INCLUDE_CITY_TYPES = ['PPL', 'PPLA', 'PPLA2', 'PPLA3', 'PPLA4', 'PPLC', 'PPLF', 'PPLG', 'PPLL', 'PPLR', 'PPLS', 'STLMT',]
When I run the command
python manage.py cities_light
Its shows this error
cities_light.models.MultipleObjectsReturned: get() returned more than one SubRegion -- it returned 35!
Any solution? I want all cities of USA and Canada
The text was updated successfully, but these errors were encountered:
@MahadAkbar Please apply the solution from the ticket #222
Sorry, something went wrong.
Thanks for this , Its not showing any error now, but Its not dump any USA city and after cities_light_fixtures load, Its shows this error
cities_light.exceptions.SourceFileDoesNotExist: C:\cities_light_country.json.bz2 does not exist
No branches or pull requests
I just install django_cities_light
These are I just wrote in setings.py
When I run the command
Its shows this error
Any solution? I want all cities of USA and Canada
The text was updated successfully, but these errors were encountered: