Configuring gunicorn for Django on Heroku

后端 未结 4 1019
梦毁少年i
梦毁少年i 2021-01-05 19:24

I\'m trying to setup a test Django project on Heroku. Following the advice here and in the Heroku Getting Started I\'m trying to use gunicorn instead of the Dj

4条回答
  •  暖寄归人
    2021-01-05 19:31

    Do you have a requirements.txt in the root folder (containing the word django), as well as a settings.py? Those appear to the be the requirements for Django app detection, as documented here.

提交回复
热议问题