简体   繁体   中英

Minimal working heroku django app

I have been having some problems with deploying my django app to heroku. I have triple checked the getting started guide several times and I am getting quite frustrated. The most annoying thing is that I don't get any errors during deployment, in heroku logs or during local deployment. Here is an SO question with more details.

The easiest solution at this stage would probably be to reverse engineer a minimal working django app which I could push straight to my heroku repo without any extra config.

(The smaller the app the better a simple <h1>hello world</h1> would do but it would need to include venv , requirements.txt and of course Procfile )

Thanks

您可以尝试http ://django.ironcoder.me-可视化作曲家,它将正在运行的Django应用程序部署到您的heroku帐户。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM