2012-11-05 220 views
0
Pushing to [email protected]: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的

-----> 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 [email protected]:lebab.git 
    ! [remote rejected] master -> master (pre-receive hook declined) 
    error: failed to push some refs to '[email protected]:lebab.git' 

我做Django應用程序,所以我試圖將其部署到Heroku的。 並得到錯誤。 是什麼意思?有任何想法嗎? 如果我應該給更多的信息,我會的。

+0

'heroku logs'中的任何相關輸出? –

+0

heroku記錄表示「認可的錯誤」。這是什麼? –

+0

「無法識別的錯誤」?我可以建議的是,你在StackOverflow中搜索「heroku無法識別的錯誤」並查看其他人已經完成的操作。如果一切都失敗了,請執行上面的錯誤消息並提供支持! –

回答

0

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