0 purchases
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')),
...
]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.