'Connecting Mongodb to Django

I try to make a project and I need to connect mongodb to django and I have this error. I looked over all the pages about this error and I think that I did all that stuff and still didn't manage to solve it. Do you know what I need to do?

django.core.exceptions.ImproperlyConfigured: 'django' isn't an available database backend or couldn't be imported. Check the above exception. To use one of the built-in backends, use 'django.db.backends.XXX', where XXX is one of: 'mysql', 'oracle', 'postgresql', 'sqlite3'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source