Hello everyone!
I am creating a Django project and I want to store user data in a relational database and all my resources in a neo4j database using django-neomodel (https://github.com/neo4j-contrib/django-neomodel).
The documentation states that the...