Tips for Python & Django on Heroku, Testing, and more from a RoR developer(blog.beyondfog.com)
blog.beyondfog.com
Tips for Python & Django on Heroku, Testing, and more from a RoR developer
http://blog.beyondfog.com/7-tips-on-heroku-testing-and-more-for-python-django-from-a-ruby-on-rails-developer/
If you want to use a different database and not want to be forced to install pyscopg2, what you have to do is change that DATABASE_URL variable to something that corresponds to your database, and Heroku will act accordingly.