python - Trying to start up django app on Heroku: Application Error -


i'm using tutorial trying launch django web app on heroku.

get application error: error occurred in application , page not served. please try again in few moments. if application owner, check logs details.

heroku logs:

2014-12-16t09:28:40.524655+00:00 heroku[run.3259]: starting process command `python manage.py createsuperuser` 2014-12-16t09:28:40.780639+00:00 heroku[run.3259]: state changed starting 2014-12-16t09:28:56.130238+00:00 heroku[run.3259]: process exited status 0 2014-12-16t09:28:56.139256+00:00 heroku[run.3259]: state changed complete 2014-12-16t09:29:06.983439+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=shielded-reef-1163.herokuapp.com request_id=36ca5f9e-ed07-4b6e-96fb-767d70962e84 fwd="71.198.214.186" dyno= connect= service= status=503 bytes= 2014-12-16t09:29:08.063637+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/favicon.ico" host=shielded-reef-1163.herokuapp.com request_id=0f3775df-0c97-4bc0-acf2-63e12130af39 fwd="71.198.214.186" dyno= connect= service= status=503 bytes= 2014-12-16t09:29:08.785681+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/" host=shielded-reef-1163.herokuapp.com request_id=84fe76f2-dc74-4995-9cf9-d87cec886432 fwd="71.198.214.186" dyno= connect= service= status=503 bytes= 2014-12-16t09:29:09.738623+00:00 heroku[router]: at=error code=h10 desc="app crashed" method=get path="/favicon.ico" host=shielded-reef-1163.herokuapp.com request_id=cb87da0c-d6c3-4a27-a226-e2194343a633 fwd="71.198.214.186" dyno= connect= service= status=503 bytes= 

does have guidance on how approach problem?

yes! fixed installing django-toolbelt , running pip freeze requirements.txt

and updating procfile web: gunicorn myapp.wsgi


Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -