Docs Menu
Docs Home
/ /

Model Your Data

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 Geospatial Data: Learn how to model geospatial data by using GeoDjango.

Back

Connect