cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Django and neo4j

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?

2 REPLIES 2

sakhsen
Node Link

Yes you can!

https://neo4j.com/docs/api/python-driver/current/
https://neo4j.com/developer/python/

FourMoBro
Node Clone

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.