Skip to main content

A django package to query and store data from Lobid's GND-API

Project description

Test codecov

django-gnd

A django package to query and store data from Lobid's GND-API

install

pip install django-gnd

add gnd to INSTALLED_APPS:

#  project/settings.py

INSTALLED_APPS = [
    'django.contrib.admin',
    'django.contrib.auth',
    'django.contrib.contenttypes',
    'django.contrib.sessions',
    'django.contrib.messages',
    'django.contrib.staticfiles',
    'gnd',
    'example',
]

features

see the example Project

GND/LOBID autocomplete widget

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-gnd-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

django_gnd-0.1.0-py3-none-any.whl (6.8 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