0
    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

* 省略 *

    -----> 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'

我制作了 django 应用程序,所以我尝试将它部署到 heroku。并得到错误。什么意思?有任何想法吗?如果我应该提供更多信息,我会的。

4

1 回答 1

0

只需要 manage.py + requirements.txt... :|

于 2012-11-06T12:52:44.373 回答