acdh-django-archeutils 0.0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

acdhdjangoarcheutils 0.0.1

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')),
...
]

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.