https://github.com/fastack-dev/fastack-mongoengine
https://github.com/fastack-dev/fastack-mongoengine
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastack-dev/fastack-mongoengine
- Owner: fastack-dev
- Created: 2021-12-24T16:04:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T16:49:05.000Z (about 2 years ago)
- Last Synced: 2024-04-29T18:03:11.854Z (about 2 years ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.