acdh-django-netvis

https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/test.yml/badge.svg https://github.com/acdh-oeaw/acdh-django-netvis/actions/workflows/build.yml/badge.svg https://badge.fury.io/py/acdh-django-netvis.svg https://codecov.io/gh/acdh-oeaw/acdh-django-netvis/branch/master/graph/badge.svg?token=WP3PFBLX6V Documentation Status

App to visualize model objects as network graph

Quickstart

Install acdh-django-netvis:

pip install acdh_django_netvis

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'netvis',
    ...
)

Add acdh-django-netvis’s URL patterns:

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

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ python manage.py test

Credits

Tools used in rendering this package: