What's the best way to access Neo4j from Django?

Posted by abdel on Stack Overflow See other posts from Stack Overflow or by abdel
Published on 2011-10-12T11:31:16Z Indexed on 2012/11/04 23:00 UTC
Read the original article Hit count: 204

Filed under:
|

it seems that i found something that let me confused; i've found two Neo4j to download to python, the first one is:

and the second one is:

what's the difference between the two? the first one seems to be big (size), so does this mean that if i use it i'll not need the neo4j community release (milestone)?

when i've installed the first one, and tried to test a django example, it seems that the directory named "model" https://svn.neo4j.org/components/neo4j.py/trunk/src/main/python/neo4j/model/ is missing? so what's the difference, and who will be better to use with Django?

and what about that one?

© Stack Overflow or respective owner

Related posts about django

Related posts about neo4j