Python – How to use Arangodb in a Django database?

How to use Arangodb in a Django database?… here is a solution to the problem.

How to use Arangodb in a Django database?

I’m starting to develop a website and I want to use Django and Arangodb, but Django’s built-in database backend doesn’t support Arango.
The django documentation mentions this in the database section:

You can use a database backend that doesn’t ship with Django by setting ENGINE to a fully-qualified path (i.e. mypackage.backends.whatever).

But I couldn’t find anything that connected Django and Arango. There is this repo https://github.com/pablotcarreira/django-arangodb in GitHub But this doesn’t support the new features of Django and Arango.
I hope any thread leads me to this issue.

Solution

Related Problems and Solutions