If you deploy Django async under ASGI, chances are you need an ASGI server like Uvicorn.
In production, you can use Uvicorn with Gunicorn, but in development you might want to use Uvicorn standalone, which can also run programmatically from a Python script.
This gives also the ability to debug your asynchronous Django project locally with any IDE. In this short guide you’ll learn how to debug Django under Uvicorn with Pycharm.

#django #pycharm

Debugging async Django under Uvicorn with Pycharm
3.10 GEEK