django-cities-light – Simple django-cities alternative
This add-on provides models and commands to import country, region/state, and city data in your database.
The data is pulled from GeoNames and contains cities, regions/states and countries.
Spatial query support is not required by this application.
This application is very simple and is useful if you want to make a simple address book for example. If you intend to build a fully featured spatial database, you should use django-cities.
Supports python3.
Upgrade
See CHANGELOG.
Installation
Install django-cities-light:
pip install django-cities-light
Or the development version:
pip install -e git+git@github.com:yourlabs/django-cities-light.git#egg=cities_light
Add cities_light to your INSTALLED_APPS.
Now, run syncdb, it will only create tables for models that are not disabled:
./manage.py syncdb
Note that this project supports django-south. It is recommended that you use south too else you’re on your own for migrations/upgrades.
Data update
Finally, populate your database with command:
./manage.py cities_light
This command is well documented, consult the help with:
./manage.py help cities_light
Resources
You could subscribe to the mailing list ask questions or just be informed of package updates.
Release files for django-cities-light 2.1.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-cities-light-2.1.13.tar.gz | 27.2 kB | Details |
Release files / django-cities-light-2.1.13.tar.gz
| Download URL | django-cities-light-2.1.13.tar.gz |
|---|---|
| Size | 27.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
56a8f3404aad7ed60e1be6c2cb0410d3bfb115547498b99349945ca6728f9f92
|
|
BLAKE2b-256 checksum How to use checksums |
305b51b7c41c1985a9ba4ef57b8a4c65fe54dc7b8e8eaf073b5df811cf1bfd96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |