标签: django heroku gunicorn
有没有人有适当的指南在heroku上部署夹层?我无法开始工作。 我的procfile是
web: python manage.py collectstatic --noinput; python manage.py run_gunicorn -b 0.0.0.0:$PORT
我在那里看到了fabfile.py,它协助了gunicorn的部署。我可以将它用于heroku吗?怎么样?