Flask-MongoEngine documentation
A Flask extension that provides integration with MongoEngine. For more information on MongoEngine please check out the MongoEngine Documentation.
It handles connection management for your app. You can also use WTForms as model forms for your models.
- Flask configuration
- Recommended: List of dictionaries settings
- Deprecated: Passing database configuration to MongoEngine class
- Deprecated: Passing database configuration to MongoEngine.init_app method
- Deprecated: MONGODB_ inside MONGODB_SETTINGS dictionary
- Deprecated: URI style settings
- Deprecated: Flat MONGODB_ style configuration settings
- Database model and fields definition
- WTForms integration
- Migration to 2.0.0 and changes
- Custom Queryset
- MongoEngine and WTForms
- Session Interface
- Mongo Debug Toolbar Panel
- Example app
- API documentation
- Contributing guide
- Credits
- Old changelog
- BSD 3-Clause License