I am starting developing a website, I want to use Django and Arangodb, but Django's built-in databases backend does not support arango. django documentation refers to this in 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 could not find anything that bridges between Django and Arango. there is this repo in GitHub https://github.com/pablotcarreira/django-arangodb but this does not support new features of Django and Arango. I would like any thread to lead me to solve this problem.