How to deploy mezzanine on heroku?

2019-05-18 07:12发布

I have created a mezzanine project and its name is mezzanine-heroku-test I create a Procfile that has the content as follow:

web: python manage.py run_gunicorn -b "0.0.0.0:$PORT" -w 3

Next, I access to the website to test and I receive the error: Internal Server Error. So, Could you please help me deploy mezzanine on heroku step by step or some suggestion?

Thank you so much.

2条回答
相关推荐>>
3楼-- · 2019-05-18 07:57

You should be able to see the error in the logs which you can get to using the heroku tool.

heroku logs
查看更多
登录 后发表回答