You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only connector that lets you use Django with MongoDB without changing the Django ORM
Use MongoDB as a backend database for your Django project, without changing the Django ORM.
Use the Django Admin GUI to add and modify documents in MongoDB.
djongo is a SQL to mongodb query compiler. It translates a SQL query string into a mongoDB query document.
As a result, all Django features, models etc. work as is.
If you think djongo is useful, please share it with the world!
You can contribute to the source code or the documentation by creating a simple pull request!
You may want to refer to the design documentation to get
an idea on how Django MongoDB connector
is implemented.
Add a star, show some love :)
Questions and Discussion
Djongo groups is where you can watch for new release announcements, suggest improvements, and discuss topics pertaining to Django and MongoDB.
Issues, where things are not working as expected, please raise a git-hub issue ticket.
For questions and clarifications regarding usage, please put it up on stackoverflow instead.