An open API service indexing awesome lists of open source software.

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

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

![image](screenshot.png)
![image](screenshot2.png)
![image](screenshot3.png)