Python 将Django应用程序部署到Heroku

Python 将Django应用程序部署到Heroku,python,django,git,heroku,Python,Django,Git,Heroku,*省略 * Pushing to git@heroku.com:lebab.git -----> Heroku receiving push -----> Python/Django app detected -----> Preparing Python interpreter (2.7.2) -----> Creating Virtualenv version 1.7.2 New python executable in .heroku/ven

*省略 *

    Pushing to git@heroku.com:lebab.git

-----> Heroku receiving push
-----> Python/Django app detected
-----> Preparing Python interpreter (2.7.2)
-----> Creating Virtualenv version 1.7.2
       New python executable in .heroku/venv/bin/python2.7
       Also creating executable in .heroku/venv/bin/python
我制作了django应用程序,所以我尝试将其部署到heroku。 并获取错误。 什么意思?有什么想法吗?
如果我应该提供更多信息,我会的。

只需manage.py+requirements.txt即可…:|

heroku日志中的任何相关输出都显示“ognized error”。这是什么?“无法识别的错误”?我只能建议你搜索StackOverflow中的“heroku Unrecogned error”,看看其他人都做了什么。如果所有其他操作都失败,请按照上面的错误消息执行操作,并向支持人员提交一份通知单!
    -----> Discovering process types

         !     Heroku push rejected due

 to an unrecognized error.
     !     We've been notified, see http://support.heroku.com if the problem persists.


    To git@heroku.com:lebab.git
     ! [remote rejected] master -> master (pre-receive hook declined)
    error: failed to push some refs to 'git@heroku.com:lebab.git'