Skip to content

shalakhin/heroku-buildpack-geodjango

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Buildpack for Python/Django with geoip, gdal, proj4, geos

Usage

With heroku:

heroku create --buildpack https://github.com/OShalakhin/heroku-buildpack-geodjango

With dokku add the following line to .env:

export BUILDPACK_URL=https://github.com/OShalakhin/heroku-buildpack-geodjango

and in the end:

# for heroku
git push heroku master
# for dokku
git push production master

About

Python buildpack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 65.3%
  • Shell 34.7%