What Django Deployment is Really About
December 14, 2023
26 min
Free
django
python
web-deployment
static-files
media-files
gunicorn
apache
database-configuration
vps
pas
wsgi
web-server
nginx
Description
Beginners often stumble when it’s finally time to get their Django app online. Instead of another deployment recipe, this talk seeks to explain the fundamental concepts of deploying a Django app and equip developers to think through the process for themselves when they’re ready to make the transition from their code editor to the web. The talk covers static files, database configuration, WSGI servers, and web servers, offering insights into VPS vs. PaaS deployment choices.