What's the best way to access Neo4j from Django?
- by abdel
it seems that i found something that let me confused; i've found two Neo4j to download to python, the first one is:
http://pypi.python.org/pypi/neo4j-embedded
and the second one is:
https://svn.neo4j.org/components/neo4j.py/trunk/
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?
http://pypi.python.org/pypi/neo4django/