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 way to edit the db with Django? Or perhaps I'm missing another Web Framework to edit/modify the db?
Thanks in advance,
Maelvon