Docs Menu
Docs Home
/ / /
Django MongoDB Backend

Interact with Data

In this section, you can learn how to use Django MongoDB Backend to interact with your MongoDB data.

  • Perform CRUD Operations: Learn how to perform create, read, update, and delete operations on your data.

  • Specify a Query: Learn how to perform complex read operations on your data.

  • Perform Raw Database Queries: Learn how to use MongoDB's aggregation pipeline syntax or the PyMongo driver to query your data.

Back

Create Models