Skip to main content

A django package providing models and views for Geoname Places

Project description

https://badge.fury.io/py/acdh-django-geonames.svg https://travis-ci.com/acdh-oeaw/acdh-django-geonames.svg?branch=master Documentation Status https://codecov.io/gh/acdh-oeaw/acdh-django-geonames/branch/master/graph/badge.svg

A django package providing models and views for Geoname Places

Documentation

The full documentation is at https://acdh-django-geonames.readthedocs.io.

Quickstart

Install GeoName Places:

pip install acdh-django-geonames

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'gn_places.apps.GnPlacesConfig',
    ...
)

Add GeoName Places’s URL patterns:

from gn_places import urls as gn_places_urls


urlpatterns = [
    ...
    url(r'^', include(gn_places_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

History

0.1.0 (2021-01-11)

  • First release on PyPI.

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

acdh-django-geonames-0.1.8.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_geonames-0.1.8-py2.py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 2 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