Note that there are some explanatory texts on larger screens.

plurals
  1. PODeploy Django cms on Heruku
    primarykey
    data
    text
    <p>I'm trying to deploy a Django CMS on Heruku. I follow the instruction at <a href="https://devcenter.heroku.com/articles/git" rel="nofollow">https://devcenter.heroku.com/articles/git</a> - but when I run the last command this is the result: </p> <pre><code>(web1)users-imac:1web user$ git push heroku master Counting objects: 453, done. Delta compression using up to 4 threads. Compressing objects: 100% (439/439), done. Writing objects: 100% (453/453), 1.21 MiB | 105 KiB/s, done. Total 453 (delta 30), reused 0 (delta 0) -----&gt; Removing .DS_Store files ! Push rejected, no Cedar-supported app detected To git@heroku.com:intense-oasis-8026.git ! [remote rejected] master -&gt; master (pre-receive hook declined) error: failed to push some refs to 'git@heroku.com:intense-oasis-8026.git' </code></pre> <p>So I guess something went wrong, not sure what.</p> <p>Those my heroku login output:</p> <pre><code> 2013-07-07T14:20:41.610222+00:00 heroku[api]: Enable Logplex by alex.garulli@gmail.com 2013-07-07T14:20:41.623083+00:00 heroku[api]: Release v2 created by alex.garulli@gmail.com 2013-07-07T14:21:18+00:00 heroku[slug-compiler]: Slug compilation started 2013-07-07T14:21:21+00:00 heroku[slug-compiler]: Slug compilation failed: no Cedar-supported app detected 2013-07-07T14:22:25.296159+00:00 heroku[router]: at=info code= desc="Blank app" method=GET path=/ host=intense-oasis-8026.herokuapp.com fwd="86.161.229.49" dyno= connect= service= status=502 bytes= 2013-07-07T14:22:25.474698+00:00 heroku[router]: at=info code= desc="Blank app" method=GET path=/favicon.ico host=intense-oasis-8026.herokuapp.com fwd="86.161.229.49" dyno= connect= service= status=502 bytes= 2013-07-07T21:53:38.496649+00:00 heroku[router]: at=info code= desc="Blank app" method=GET path=/ host=intense-oasis-8026.herokuapp.com fwd="120.168.1.115" dyno= connect= service= status=502 bytes= 2013-07-07T21:53:48.291460+00:00 heroku[router]: at=info code= desc="Blank app" method=GET path=/favicon.ico host=intense-oasis-8026.herokuapp.com fwd="120.168.1.115" dyno= connect= service= status=502 bytes= 2013-07-07T21:53:51.282218+00:00 heroku[router]: at=info code= desc="Blank app" method=GET path=/favicon.ico host=intense-oasis-8026.herokuapp.com fwd="120.168.1.115" dyno= connect= service= status=502 bytes= 2013-07-08T18:29:16+00:00 heroku[slug-compiler]: Slug compilation started 2013-07-08T18:29:17+00:00 heroku[slug-compiler]: Slug compilation failed: no Cedar- supported app detected </code></pre> <p>ok my Procfile worked , with foreman start</p> <pre><code>20:30:16 web.1 | started with pid 13580 20:30:16 web.1 | /usr/local/foreman/bin/foreman-runner: line 41: exec: gunicorn: not found 20:30:16 web.1 | exited with code 127 20:30:16 system | sending SIGTERM to all processes SIGTERM received </code></pre> <p>But same results for git push heroku master</p> <p><strong>UPDATE</strong></p> <p>I guess my git push heroku master worked ...or at least loaded a lot of stuff...but know I have in my page </p> <blockquote> <blockquote> <p>Application Error An error occurred in the application and your page could not be served. Please try again >>in a few moments.</p> <p>If you are the application owner, check your logs for details.</p> </blockquote> </blockquote> <p>Not sure what to do....</p> <p><strong>UPDATE</strong></p> <p>sorry but couldnt mange to push it on heroku</p> <p>you can view all my code at <a href="https://bitbucket.org/agarulli/trydj/src" rel="nofollow">https://bitbucket.org/agarulli/trydj/src</a></p> <p>any ideas pls?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload