DORSETRIGS
Home

dev-to-production (1 post)


posts by category not found!

When deploying Django to prod, Gunicorn lives in the virtual environment, but we deactivate the virtual environment when we go live with Nginx

Why Does Gunicorn Work Even When the Virtual Environment is Deactivated Deploying a Django application to production can be a complex process involving several

2 min read 01-09-2024 38
When deploying Django to prod, Gunicorn lives in the virtual environment, but we deactivate the virtual environment when we go live with Nginx
When deploying Django to prod, Gunicorn lives in the virtual environment, but we deactivate the virtual environment when we go live with Nginx