Wednesday, December 23, 2020

Re: How can I host my django project on my pc for someone to see it outside my WIFI network

Ngrok will help you publish your site for development if you need to show your work remotely. Remember you need to run two terminals on terminal 1 you will run your project as you normally do and on other terminal you need to run ngrok. It will provide you with couple of URLs one for http and another for https. Https is usually if you need to test it with social authentication etc. 

Hope this helps. 

Cheers
On Wednesday, December 23, 2020 at 10:46:22 PM UTC+5 joseenoc...@gmail.com wrote:
Can some one pls explain what steps show I follow to host my django project on my pc and allow anyone outside my network WIFI to see the webiste

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cba6c915-f660-43bd-b977-1a96285634e3n%40googlegroups.com.

No comments:

Post a Comment