1👍
- Webfaction
- Heroku
- Google App Engine
- AWS Elastic Beanstalk
- Windows Azure
But, cheaper, do it yourself. VPS’s these days are quite cheap (digitalocean.com $5/month). An easy to manage combination: Ubuntu + Nginx + Gunicorn, and follow some tutorials about how to secure and update your VPS.
0👍
Hosting yourself can be cheaper, but you will have to spend some time maintaing the system to keep it safe. Choosing a service may be a bit more expansive but you don’t have to deal with the system itself.
Choose your best.
- [Answer]-Redirected more times than rediection_limit allows – python/Django
- [Answer]-Django – pre-set request.DATA in a variable that won't change
- [Answer]-Using Django Q objects in *__lte keywords
- [Answer]-Django tastypie: how to retrieve a list of child objects and attach that list to the 'choices' field atrribute
0👍
If you just need somewhere to play around with I would recommend something like heroku.
It’s easy to deploy apps, free for small apps and you don’t have to worry about sysadmin side of things if you do not need to.
- [Answer]-Django rest frame getting values from all tables where the PK is referenced as FK
- [Answer]-Encoding in Django admin
- [Answer]-Tango with Django tutorial: "table rango_category has no column named views"
- [Answer]-Django Models: Should a relatives model refer to itself through ForeignKey or ManyToMany?
- [Answer]-Django HttpResponse didnot return any object?
Source:stackexchange.com