简体   繁体   中英

App not compatible with buildpack, django Heroku

Using buildpack: heroku/python but still it says not compatible. I am a beginner in Django please help.

Here is build log :

-----> Building on the Heroku-20 stack -----> Using buildpack: heroku/python -----> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure ! Push failed

There might be tons of reasons related to your problem. Please consider using Heroku's documentation to learn how to deploy Django applications. You should initially define Procfile (probably runtime.txt file) and requirements.txt files at the minimum. Please make sure your requirements.txt file contains all the requirement (also related to deployment/process packages such as gunicorn or similar). You can also share more detail if you want to get specific answers related to your problem.

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