Django Migration — Zero Downtime Project Configuration Read the project's or for the values below. If they are not set, use the defaults shown. | Key | Default | Notes | |---|---|---| | Django version | unknown | Affects availability — only Django 5.0+ supports it | | Deploy strategy | rolling deploy | Rolling deploy is the most restrictive; blue/green or maintenance-window deploys allow more operations | | Runtime guard | none | If a guard is configured (e.g. ), operations it blocks are Errors ; uncovered operations are Warnings | | Migration command | | e.g. or | | Docs / wiki URL | none |…