{% load static %} Django Lumen — Excluded Apps
Django Lumen ← Back to diagram

Excluded Apps

Checked apps are hidden from the diagram entirely.
Changes take effect after saving.

{% csrf_token %}
{% for app in all_apps %} {% with is_excluded=app|lower %}
{% endwith %} {% empty %}

No apps found.

{% endfor %}
Cancel