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?

Yes you can!

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

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.