Concept Flow - Security checklist (manage.py check --deploy)
Run manage.py check --deploy
Django runs security checks
Check settings for security issues
Report warnings or pass
Fix reported issues
Re-run check until no warnings
This flow shows how running the command triggers Django to check your project settings for common security issues and report warnings to fix.