Deploying Django and Django Deployment Checklist

Get early access and exclusive content: https://www.patreon.com/angrydeveloper Django is full of shortcuts to make Web developers’ lives easier, but all those tools are of no use if you can’t easily deploy your sites. Since Django’s inception, ease of deployment has been a major goal. There are many options for deploying your Django application, based on your architecture or your particular business needs, but that discussion is outside the scope of what Django can give you as guidance. Django, being a web framework, needs a web server in order to operate. And since most web servers don’t natively speak Python, we need an interface to make that communication happen. https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/

2356 232