making django server accessible in LAN

前端 未结 3 1583
野趣味
野趣味 2020-12-04 20:49

I have installed django server and it can be accessible as below

http://localhost:8000/get-sms/
http://127.0.0.1:8000/get-sms/

suppose My i

3条回答
  •  遥遥无期
    2020-12-04 21:30

    you can use https://forwardhq.com/ or https://ngrok.com/, these tools will expose your local web server to the internet/public.

提交回复
热议问题