Using the Neo4j graph database with Python and Django.

While it is possible to create a backend for Django to allow Django itself to work with a non-relational database (e.g., Djongo), it’s still my recommendation that you have a relational database for Django itself, and any non-relational database be used as extra sources of data and not the default.

2 Likes