β06-05-2019 03:55 AM
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
β06-06-2019 05:39 AM
There used to be a neo4django project , but it already outdated.
You have all your python option here:
You can try using python driver or py2neo , good luck!
β06-10-2020 07:57 AM
Do you have a sample of code? What kind of Django Form are you using?
All the sessions of the conference are now available online