Sunday, 15 August 2010

heroku web crashes -



heroku web crashes -

so i'm next tutorial in link: https://devcenter.heroku.com/articles/django#deploy-to-heroku

once "heroku ps" get:

=== web: `python manage.py runserver 0.0.0.0:$port --noreload` web.1: crashed 2013/02/18 20:22:37 (~ 8m ago)

i don't understand problem here, can help? suppose have procfile manage.py is? tried move on there, same error still shows up.

btw logs are:

2013-02-19t04:36:22+00:00 heroku[api]: scale web=1 deathlordx87@yahoo.com 2013-02-19t04:41:14+00:00 heroku[api]: scale web=1 deathlordx87@yahoo.com 2013-02-19t04:43:10+00:00 heroku[web.1]: state changed crashed starting 2013-02-19t04:43:17+00:00 heroku[web.1]: starting process command `python manage.py runserver 0.0.0.0:31831 --noreload` 2013-02-19t04:43:18+00:00 app[web.1]: python: can't open file 'manage.py': [errno 2] no such file or directory 2013-02-19t04:43:19+00:00 heroku[web.1]: process exited status 2 2013-02-19t04:43:19+00:00 heroku[web.1]: state changed starting crashed 2013-02-19t04:44:05+00:00 heroku[api]: scale web=1 deathlordx87@yahoo.com

i faced same problem once. need configure settings.py file properly. since heroku doesn't back upwards sqlite3 databases should check database portion of settings.py file configured correctly.

check minimal sample app deployed heroku https://github.com/shinigamiryuk/django-heroku-sample-application

heroku

No comments:

Post a Comment