Installing Django MongoDB Backend¶
Use the version of django-mongodb-backend that corresponds to your version
of Django. For example, to get the latest compatible release for Django 6.0.x:
$ pip install django-mongodb-backend==6.0.*
The minor release number of Django doesn’t correspond to the minor release
number of django-mongodb-backend. Use the latest minor release of each.
Next, you’ll have to configure your project.