Docs Menu
Docs Home
/ /

Django MongoDB Backend

Warning

Public Preview

Django MongoDB Backend is in Public Preview and intended for evaluation purposes only. Public Preview is not recommended for production deployments, as breaking changes may be introduced.

Welcome to the documentation site for the official Django MongoDB Backend, a Django database backend that uses PyMongo to connect to MongoDB.

Learn how to install Django MongoDB Backend, establish a connection to MongoDB, and begin working with data in the Get Started with Django MongoDB Backend tutorial.

Learn how to configure a connection to a MongoDB deployment in the Configure Your Database Connection section.

Learn how to create Django models that represent MongoDB collections in the Model Your Data section.

Learn how to use Django MongoDB Backend to perform operations on MongoDB data in the Interact with Data section.

Learn about the features that Django MongoDB Backend does not support and features that we plan to support in upcoming releases in the Limitations and Upcoming Features section.

Learn about the versions of MongoDB Server, PyMongo, Python, and Django that are compatible with Django MongoDB Backend in the Compatibility section.

Learn how to report bugs, contribute to Django MongoDB Backend, and find more resources for receiving help in the Issues & Help section.

Next

Get Started