Static website checklist
Confirm index.html is at root, CSS and JS paths are correct, and the deployment folder is complete.
Domain and SSL
Point DNS records correctly, wait for propagation, and verify HTTPS certificate status.
Django checklist
Set environment variables, database connection, allowed hosts, static files, and production debug settings.
CI/CD checklist
Build, test, copy artifact, publish artifact, and deploy to the target environment.