{% load static %} {% block title %}My Django Site{% endblock %} {% block head %} {% endblock %}
{% block content %}

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:

Use sample_project as a reference or starting point to build your own interactive graph visualizations with Django and Cosmograph.

{% endblock %}
{% block scripts %} {% endblock %}