django-directed-acyclic-graph 0.3.1

django-directed-acyclic-graph is a Django app that stores the transitive closure of a directed acyclic graph using Django. The ContentTypes framework is used to allow nodes in the graph to be any Django model.Edges currently have no attributes, but...