{% load custom_filters %}
# Django Models
This section contains documentation for all Django models in the system, organized by Django application.
{% for css in stylesheets %}
{% endfor %}
{% for app_name, models in sorted_models %}
{{ app_name|title|cut:"_"|safe }}
{{ app_descriptions|get_item:app_name }}
{% for verbose_name, table_name in models %}
{{ verbose_name }}
{% endfor %}
{% endfor %}
Each model page contains detailed field documentation, method signatures, and relationships to other models.