For testing django-mongodb-backend with MongoDB's Django fork and third party libraries.
Note
MongoDB's Django fork is for testing django-mongodb-backend and is not a requirement for using django-mongodb-backend.
git clone https://github.com/mongodb-labs/django-mongodb-cli
cd django-mongodb-cli
python -m venv .venv
source .venv/bin/activate
just install