Django has an ORM that works with Postgre, MySQL, and other relational databases. Neo4django mimics the Django ORM, but connects to a graph database- Neo4j. It's a way to use Django with Neo4j, while supporting Django nice-to-haves like the auth library and admin site, in a way that's already familiar to Django developers.