Hacker News new | ask | show | jobs
by nudge 5779 days ago
Is it just Django, or will other Python frameworks work?
2 comments

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...