You can specify the exact buildpack you want by setting the config var BUILDPACK_URL to a publicly cloneable git URL. For your python app, you'd do:
$ heroku config:set BUILDPACK_URL= https://github.com/heroku/heroku-buildpack-python.git On Thu, Jun 7, 2012 at 6:32 PM, jhorman <[email protected]> wrote: > I have a Flask/Python/Peewee app running, and things are great. I > decided to use Rake+Sequel Migrations for DB migrations, before > realizing this might be painful on Heroku. > > Can I mix languages like this. It seems if I add a Gemfile, > Gemfile.lock, etc, I then end up with a Ruby slug instead of a Python > slug when I deploy. Do I have to find a Python DB migration tool. > > -- > You received this message because you are subscribed to the Google > Groups "Heroku" group. > > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en_US?hl=en > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
