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
Usage: dm [OPTIONS] COMMAND [ARGS]...
Django MongoDB CLI
Options:
--help Show this message and exit.
Commands:
repo Run Django fork and third-party library tests.
startproject Run `startproject` with custom templates.