DEV Community

Discussion on: Is there any specific Django hosting platform service is available?

Collapse
 
zain2323 profile image
zain2323 • Edited

You can use Linode, Digital Ocean and Microsoft Azure or any other cloud provider to deploy your Django web app. But you have to do a lot of stuff manually like installing gunicorn, configuring the reverse proxy like Nginx etc. There is a youtube tutorial that explains all of this in a great depth. You can take a look at it.
https://youtube.com/watch?v=Sa_kQheCnds&feature=share

Collapse
 
cyebukayire profile image
Peace

Thanks for sharing.
This will help☺️😊