<aside> šŸ“Œ This style guide is publicly accessible, linked to from the engineering site.

</aside>

Models

Models and relationships are the most important part of structuring a Django project. Database schemata are harder than most other things to change once in use.

Related Names

Model Classes

Fields