Paarudas
Paarudas

Reputation: 375

What is the Heroku equivalent for Django applications?

What is the Heroku equivalent for Django applications? (Edit: Question not relevant anymore as Heroku now supports Django)

Upvotes: 2

Views: 1855

Answers (3)

Amit Yadav
Amit Yadav

Reputation: 1861

You canOpenshift to deploy your Django applications.

Here is the link to it : https://openshift.redhat.com/app/

Upvotes: 1

Jørgen R
Jørgen R

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

Andrew Ingram
Andrew Ingram

Reputation: 5230

There are, however, alternatives to Heroku which you might want to look into:

https://www.ep.io/

https://gondor.io/

Both are run by pretty influential people in the Django community.

Upvotes: 4

Related Questions