🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

django-geonames-api

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-geonames-api

A simple Django app to implement the geonames database.

0.8.8
PyPI
Maintainers
1

=============== django-geonames

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

  • Add "django-geonames" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [ ... 'geography', ... ]

  • Run python manage.py migrate to create the geonames models.

How to test?

python runtests.py --settings test_settings

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts