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

https://github.com/fastack-dev/fastack-mongoengine


https://github.com/fastack-dev/fastack-mongoengine

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# fastack-mongoengine

[MongoEngine](https://github.com/MongoEngine/mongoengine) integration for [fastack](https://github.com/fastack-dev/fastack).

# Installation

```
pip install fastack-mongoengine
```

# Usage

Add the plugin to your project configuration:

```python
PLUGINS = [
'fastack_mongoengine',
...
]
```

Configuration:

* ``MONGODB_URI``: MongoDB URI.