GSWD Heroku Django manage.py issue
问题 I worked my way through a great django tutorial online, but am having an issue with the final heroku deployment. Here is the django tutorial: http://gettingstartedwithdjango.com/en/lessons/introduction-and-launch/ The issue I have is with the last call to heroku: heroku python manage.py syncdb Here is the error I get: (blog-venv)vagrant@precise64:/vagrant/projects/microblog$ heroku run python manage.py syncdb Running `python manage.py syncdb` attached to terminal... up, run.2530 Traceback