Python and Django on Heroku
blog.heroku.com
Python and Django on Heroku
1–10 of 75 posts
Re: Python and Django on Heroku
#2It'd be a shame to see ep.io and Gondor go the way of the dodo bird, but what sets them apart now?
Re: Python and Django on Heroku
#3app.py,requirements.txt,Procfile
$ git init
$ git add .
$ git commit -m "Init"
$ heroku create --stack cedar
$ git push heroku master
With that Heroku becomes the Heroku for Django.
Re: Python and Django on Heroku
#4Re: Python and Django on Heroku
#5Re: Python and Django on Heroku
#6 * Ruby
* Node.js
* Clojure
* Python
* Go ??
* Scala
* PHP
* Java
* Perl ??
Anything missing here? That covers a lot of whats out there.Re: Python and Django on Heroku
#7Great news! But why is the example for Flask?
Re: Python and Django on Heroku
#8Great news! But why is the example for Flask?
[edit] does adding Flask in requirements.txt automatically handle the easy_install portion?
Re: Python and Django on Heroku
#9As much as I've come to enjoy and appreciate the various start-ups whose mantra was "We're Heroku with Python/Django capabilities", it will be interesting to see which of those survive the next 8-12 months now that Heroku officially supports that stack. It'd be a shame to see ep.io and Gondor go the way of the dodo bird, but what sets them apart now?