Comment on Heroku clone for Django?Comments−nudge16yIs it just Django, or will other Python frameworks work?−pbiggar16yThey really need to support more than Django. The Python world isn't centered around one web framework, the way Ruby is.−mitkok16yActually, Heroku supports any rack application - that means most of the ruby web frameworks.−JshWright16ySeems like it wouldn't be hard to support any WSGI application...
Comments
Is it just Django, or will other Python frameworks work?
They really need to support more than Django. The Python world isn't centered around one web framework, the way Ruby is.
Actually, Heroku supports any rack application - that means most of the ruby web frameworks.
Seems like it wouldn't be hard to support any WSGI application...