Heroku Python Buildpack with django-bower support.
This is a Heroku buildpack for Python with django-bower support, forked from heroku-buildpack-python.
Install NodeJS Buildpack using Heroku Multi Buildpack as described here.
Example usage:
$ heroku create --buildpack https://github.com/amanjain/heroku-buildpack-python-with-django-bower.git
You can also add it to upcoming builds of an existing application:
$ heroku config:add BUILDPACK_URL=https://github.com/amanjain/heroku-buildpack-python-with-django-bower.git