https://github.com/mongodb-labs/django-mongodb-cli
Django MongoDB CLI
https://github.com/mongodb-labs/django-mongodb-cli
django mongodb python
Last synced: 2 months ago
JSON representation
Django MongoDB CLI
- Host: GitHub
- URL: https://github.com/mongodb-labs/django-mongodb-cli
- Owner: mongodb-labs
- Created: 2025-03-25T14:50:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-05T18:33:07.000Z (5 months ago)
- Last Synced: 2025-07-05T19:51:41.455Z (5 months ago)
- Topics: django, mongodb, python
- Language: Python
- Homepage: https://django-mongodb-cli.readthedocs.io/en/latest/
- Size: 4.09 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# django-mongodb-cli
## About
For testing [django-mongodb-backend](https://github.com/mongodb-labs/django-mongodb-backend)
with [MongoDB's Django fork](https://github.com/mongodb-forks/django) and [third party libraries](#third-party-libraries).
> [!NOTE]
> [MongoDB's Django fork](https://github.com/mongodb-forks/django) is for *testing* [django-mongodb-backend](https://github.com/mongodb-labs/django-mongodb-backend)
> and is not a requirement for *using* [django-mongodb-backend](https://github.com/mongodb-labs/django-mongodb-backend).
## Installation
```bash
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


