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.

Supported by

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