Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1001 Bytes

File metadata and controls

21 lines (12 loc) · 1001 Bytes

This is a Heroku buildpack for Python with django-bower support, forked from heroku-buildpack-python.

Prerequisite

Install NodeJS Buildpack using Heroku Multi Buildpack as described here.

Usage

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