/ / django.core.management no encontrado en heroku push - django, heroku

django.core.management no encontrado en heroku push - django, heroku

Estoy experimentando este problema al implementar mi aplicación django en heroku, dice

2012-03-08T06:26:47+00:00 heroku[web.1]: Starting process with command `python platformsite/manage.py runserver`
2012-03-08T06:26:47+00:00 app[web.1]: Traceback (most recent call last):
2012-03-08T06:26:47+00:00 app[web.1]:   File "platformsite/manage.py", line 10, in <module>
2012-03-08T06:26:47+00:00 app[web.1]:     from django.core.management import execute_manager
2012-03-08T06:26:47+00:00 app[web.1]: ImportError: No module named django.core.management
2012-03-08T06:26:48+00:00 heroku[web.1]: Process exited with status 1
2012-03-08T06:26:49+00:00 heroku[web.1]: State changed from starting to crashed
2012-03-08T06:27:32+00:00 heroku[router]: Error H10 (App crashed) -> GET growing-mountain-9962.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=
2012-03-08T06:27:33+00:00 heroku[router]: Error H10 (App crashed) -> GET growing-mountain-9962.herokuapp.com/favicon.ico dyno= queue= wait= service= status=503 bytes=

Mi archivo Requirements.txt tiene este aspecto

py-bcrypt==0.2
ipython==0.12
Flask==0.8
django-debug-toolbar==0.9.4
MySQL-python==1.2.3
PIL==1.1.7
South==0.7.3
django-uni-form==0.9.0
django-grappelli
decorator
pytz
babel
django-pagination
bleach
mock

y empujando al maestro heroku es exitoso

¿Cómo consigo que django.core.management funcione en heroku?

Respuestas

1 para la respuesta № 1

Descubrí que no instalé django en el servidor heroku.