Migrating from uWSGI to Gunicorn + Uvicorn (ASGI) on a VPS

Migrating from uWSGI to Gunicorn + Uvicorn (ASGI) on a VPS

2026-08-11 Categories: Django Deployment

A step-by-step guide on switching a Django deployment on a VPS from the WSGI server uWSGI to an ASGI stack based on Gunicorn and Uvicorn workers, including how to run both stacks side by side for two different projects.

  • 1