In this section, you can learn how to create and customize your Django models for use with MongoDB.
Create Models to Represent Collections: Learn how to create models by using supported field types and Django's model configuration features.
Indexes for Query Optimization: Learn how to create indexes by modifying your model classes.
Model Relationships and Denormalization: Learn how to choose between embedding and referencing related data, and how to use relational fields across collections.
Model Geospatial Data: Learn how to model geospatial data by using GeoDjango.