But that gives me Python, when what I was really asking is if I can run both ruby stuff and python stuff in one app. Rake/Sequel is ruby, and Flask/Peewee is Python. I haven't found a great simple db migration tool in Python so was going to just use a Ruby one.
On Jun 7, 9:35 pm, Peter Keen <[email protected]> wrote: > 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
