Stefano
Stefano

Reputation: 3235

Where do you deploy your Django application online?

I'm developing a web application with django. I used to use Openshift to publish/deploy my work. What do you think is the best platform? My only requisite is to have an usable and scalable free plan. Then when things comes bigger I will pay.

Upvotes: 0

Views: 176

Answers (2)

Junior Gantin
Junior Gantin

Reputation: 2192

Heroku is amazing cloud application platform for Django apps (not only). Build tools & systems, Scalability, Pipelines, Visual test runner, Addons and services. You must try it! Simple, flexible pricing for everyone!

Upvotes: 0

Karim N Gorjux
Karim N Gorjux

Reputation: 3033

AWS is good and you can start play it for free. It's highly scalable. Google also has the same service that you can use for free (google give you 300$ to start)

Another cheap alternative is digitalocean: http://www.digitalocean.com.

If you don't want a VPS and you prefer a shared hosting, webfaction is good enough, but not so scalable as having a VPS. http://www.webfaction.com

Upvotes: 5

Related Questions