Welcome to django_cosmograph
django_cosmograph
is a reusable Django app that integrates the powerful
Cosmograph
React visualization library into your Django projects. It enables easy and interactive visualization
of complex graph data (nodes and links) directly within your Django templates.
About sample_project
This sample Django project demonstrates how to integrate django_cosmograph
into a real
application.
It includes examples of:
- passing data to the Cosmograph view via URL parameters
- how to override the default view to supply custom graph data
Use sample_project
as a reference or starting point to build your own interactive graph
visualizations
with Django and Cosmograph.