Docs Menu
Docs Home
/ / /
Django MongoDB Backend

Model Your Data

In this section, you can learn how to create and customize your Django models for use with MongoDB.

  • Create Models: Learn how to create models by using supported field types and Django's model configuration features.

  • Create Indexes: Learn how to create indexes by modifying your model classes.

Back

Connection Configuration