Skip to main content

A simple Django app to implement the geonames database.

Project description

django-geonames is a simple Django app to implement the geonames database in your Django application. (load a contry from geonames, have the geographic autocompletion)

No detailed documentation is available for the time being.

Quick start

  1. Add “django-geonames” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'geography',
        ...
    ]
  2. Run python manage.py migrate to create the geonames models.

How to test?

python runtests.py –settings test_settings

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-geonames-api-0.8.3.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

django_geonames_api-0.8.3-py3-none-any.whl (17.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page