Running Django in Uvicorn Uvicorn needs to be called with the location of a module containing an ASGI application object, followed by what the application is called (separated by a colon) . This will start one process listening on 127.0. 0.1:8000 .
Running Django in Uvicorn Uvicorn needs to be called with the location of a module containing an ASGI application object, followed by what the application is called (separated by a colon) . This will start one process listening on 127.0. 0.1:8000 .