How to make Django's devserver public ? Is it generally possible?

前端 未结 9 584
半阙折子戏
半阙折子戏 2020-12-08 10:03

I\'m currently trying out the Django framework and I would share/present/show some stuff I\'ve made to my workmate/friends. I work in Ubuntu under Win7 via VMware. So my wis

9条回答
  •  隐瞒了意图╮
    2020-12-08 10:20

    Already answered but adding npm alternate of same localtunnel

    sudo npm install -g localtunnel
    
    lt --port 8000 --subdomain yash
    

提交回复
热议问题