App to visualize model objects as network graph
Project description
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")), ... ]
Documentation
Features
- TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ python manage.py test
History
2.0.0 (2021-01-29)
- use load static instead of load staticfiles.
1.0.0 (2020-05-03)
- netvis-JS library does not load latest version any more.
0.1.1 (2019-11-18)
- Included a legend.
0.1.0 (2019-11-12)
- First release on PyPI.
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_netvis-3.1.0.tar.gz
(12.7 kB
view hashes)
Built Distribution
Close
Hashes for acdh_django_netvis-3.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72df239d8a5e007e366265412307bf50a51d1dfc36230a12d2a3a55c020c11a4 |
|
MD5 | 04caa7d218b26faf012af20e22f28791 |
|
BLAKE2-256 | 06dfe454e0b6919853b69eb66f156f1d6acfe3ebbc883378fff8c67fcf9a30bd |