[Answer]-Neo4Django – KeyError: 'GremlinPlugin' error while creating an object

1👍

It seems that the Neo4j Django driver depends on the Gremlin plugin on the Neo4j server. Starting with Neo4j 2.0, Gremlin has been removed from the distribution but is still available as a contribution package, see the instructions there.

Leave a comment