Django, deploy to heroku with uvicorn

后端 未结 0 1151
深忆病人
深忆病人 2021-01-31 09:37

I have a Django app that is deployed to Heroku with daphne.

I would like to replace daphne with uvicorn, so I changed my Procfile to the following:

web: b         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题