A simple Django app to retrieve country, region, and city data with autocomplete support and database migrations. Current version 3.11, released with periodic updates.
pip install django-cities-lightNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add 'cities_light' to INSTALLED_APPS, run migrate, then load data with management command.
Run: python manage.py cities_light
Add CITIES_LIGHT_LOAD_CONTINENT = True to settings.py
Use django-autocomplete-light or django-select2 with a custom view wrapping the cities_light models.
No dependency data recorded yet.