Hello,
I've populated a Neo4j database, and now I want to edit it with Django. Tried with neomodel, But I'm locked with the Django Forms queryset which use the objects, and neomodel nodes. I cannot find any example that edit a Neo4j db.
Is there a wa...