MongoDB
Packages that help you tie MongoDB into Django.
17
Packages
3
Features
Search & Filter
| Package | mongoengine | djongo | django-mongoengine | Django MongoDB Backend |
|---|---|---|---|---|
|
Description
|
A Python
Object-Document-Mapper for working with MongoDB |
Django and MongoDB database
connector |
django mongoengine integration
|
Django MongoDB Backend
|
|
Category
|
Other | Other | App | Other |
|
Using This
|
27
|
8
|
1
|
0
|
|
Python 3?
|
Yes | Yes | No | Yes |
|
Dev Status
|
Production/Stable | Alpha | - | Production/Stable |
|
Version (PyPI)
|
0.29.3 | 1.3.7 | - | 6.0.3 |
|
Stars
|
4,351 | 1,935 | 749 | 221 |
|
Forks
|
1,231 | 355 | 196 | 33 |
|
Commits
|
|
|
|
|
|
Updated
|
2 Sep 2025 | 26 Feb 2026 | 13 Mar 2026 | 1 May 2026 |
|
License
|
MIT | AGPL | UNKNOWN | Custom |
|
Links
|
||||
|
Feature Comparison
(click cells to edit)
|
||||
|
Uses Django core
|
Auth, sessions, messages can be integrated. Admin not.
|
—
|
—
|
—
|
|
Works with Django 1.3
|
|
—
|
—
|
—
|
|
Reverse engineering from Database ( inspectdb )
|
—
|
—
|
—
|
—
|
A Python Object-Document-Mapper for working with MongoDB
4,351
Stars
1,231
Forks
27
Usage
Py3
Features
Uses Django core
Auth, sessions, messages can be integrated. Admin not.
Works with Django 1.3
Reverse engineering from Database ( inspectdb )
—
django mongoengine integration
749
Stars
196
Forks
1
Usage
Py3
Updated
13 Mar 2026
License
UNKNOWN
Commits
Features
Uses Django core
—
Works with Django 1.3
—
Reverse engineering from Database ( inspectdb )
—
Showing 4 of 17 packages in this grid.
Features Being Compared
Uses Django core
Directly integrates into Django's ORM so you can use Django's admin, caching, session, auth, ... frameworks out of the box.