Tips for Python & Django on Heroku, Testing, and more from a RoR developer(blog.beyondfog.com) |
Tips for Python & Django on Heroku, Testing, and more from a RoR developer(blog.beyondfog.com) |
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.