Reputation: 375
What is the Heroku equivalent for Django applications? (Edit: Question not relevant anymore as Heroku now supports Django)
Upvotes: 2
Views: 1855
Reputation: 1861
You canOpenshift
to deploy your Django applications.
Here is the link to it : https://openshift.redhat.com/app/
Upvotes: 1
Reputation: 10806
Just to answer this for future reference, Heroku supports python and Django. See here for documentation on what languages is supported by Heroku.
Upvotes: 10
Reputation: 5230
There are, however, alternatives to Heroku which you might want to look into:
Both are run by pretty influential people in the Django community.
Upvotes: 4