Quick and Dirty Python Deployments with Heroku
Join the DZone community and get the full member experience.
Join For FreeQuickly build and deploy your own web apps to Heroku using these free and easy Python tools. Heroku uses ./lib and ./bin as magic directories so if you put some of your assets there you'll be confounded by unexpected caching that persists from one deploy to the next. Better to avoid it by renaming your directories.
-- Daniel Pritchett
Here are the links from the presentation:
https://github.com/dpritchett/wwebsite-python
http://devcenter.heroku.com/
http://flask.pocoo.org/docs/
Python (language)
Opinions expressed by DZone contributors are their own.
Comments