Skip to main content

Utility module to serialize a django-model into ARCHE-RDF.

Project description

Django-App to serialize a model class into arche-rdf

Quickstart

Install acdh-archeutils:

pip install acdh-django-archeutils

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'archeutils',
    ...
)

Update your project’s urls.py:

urlpatterns = [
    ...
    url(r'^archeutils/', include('archeutils.urls', namespace='archeutils')),
    ...
  ]

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-archeutils-0.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

acdh_django_archeutils-0.0.1-py3-none-any.whl (7.4 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