Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to expose Django/Python application to the web?

Tags:

python

django

web

I developed a simple Django/Python poll application(Following step by step tutorial from the Django Official Documentation). I used the in build server to test the application. Now, I want to host my application in the web. I heard WSGI is the best way to expose Python/Django application to the web? What would be the best way to expose Python/Django code into the web? Thank you

P.S: I already have a domain name and a shared web hosting from justhost.com. While I chat to their support, they told me that they support WSGI.

like image 590
Binita Maharjan Avatar asked Jan 28 '26 23:01

Binita Maharjan


1 Answers

I'd go for Heroku. They have a free usage quota, and a really nice deployment mechanism. Here's a nice article describing how to use it: https://devcenter.heroku.com/articles/django

like image 148
Gabi Purcaru Avatar answered Jan 30 '26 13:01

Gabi Purcaru



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!