Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-17-2020 05:10 AM
hi graphers;
I want to connect neo4j to my django application. is it possible ?
if it is ok please tell me how can I do this?
08-17-2020 08:55 AM
Yes you can!
https://neo4j.com/docs/api/python-driver/current/
https://neo4j.com/developer/python/
08-18-2020 12:55 PM
What specifically do you want to represent in your django app that comes from Neo4j? Are you looking to read info? Display a graph? Do you want to alter the Neo4j database via django?
I just recently finished creating a django app for work connected to Neo4j. It was pioneering as no one at work has even attempted such integration. I had a lot of heartaches with old libraries and such but you can get it to work. If you share a bit more about the project, I may be able to point you in the right direction.
All the sessions of the conference are now available online