Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What hosting do people normally use to publish Django web-site? [closed]

Tags:

django

hosting

I have small Django web-site, which I've wrote in learning purpose, but now I'd like to publish it in Internet. Dear Stackoverflowers, could you please recommend any free Django providers which are convenient to work with?

Sorry, if that is a stupid question.

P.S. I've searched in the Internet, and found some providers, but I can't decide which is good. Need your advice.

like image 383
kamilla-violi Avatar asked Jun 24 '12 13:06

kamilla-violi


People also ask

Which web server is best for Django?

Gunicorn is the recommended HTTP server for use with Django on Heroku (as referenced in the Procfile above). It is a pure-Python HTTP server for WSGI applications that can run multiple Python concurrent processes within a single dyno (see Deploying Python applications with Gunicorn for more information).

Do I need a web server for Django?

Django, being a web framework, needs a web server in order to operate. And since most web servers don't natively speak Python, we need an interface to make that communication happen. Django currently supports two interfaces: WSGI and ASGI.

Can Django work on shared hosting?

If your project is a basic website or a blog, it should work just fine. I have also used shared hosting to deploy APIs made in Django using the Django Rest Framework.


2 Answers

Free cloud hosting service for django applications with postgres available on Heroku. I deployed an app in like 20 mins.

https://devcenter.heroku.com/articles/django

like image 82
super9 Avatar answered Sep 20 '22 15:09

super9


I believe Heliohost is popular and comes highly recommended. I've not used it myself, but it is probably worth checking it out.

like image 43
Gareth Webber Avatar answered Sep 19 '22 15:09

Gareth Webber