Model Your Data
In this section, you can learn how to create and customize your Django models for use with MongoDB.
django-models: Learn how to create models by using supported field types and Django's model configuration features.
django-indexes: Learn how to create indexes by modifying your model classes.