top | item 15530960 (no title) npolet | 8 years ago I tend to run: python -m http.server 0.0.0.0:8000 That should allow you to access it externally. discuss order hn newest pryelluw|8 years ago Just tested it and wont work.Edit:Works if you just run: python3 -m http.server Thanks for the helpEdit[1]:Works great with python's built in web server but wont work with flask's built in development web server.
pryelluw|8 years ago Just tested it and wont work.Edit:Works if you just run: python3 -m http.server Thanks for the helpEdit[1]:Works great with python's built in web server but wont work with flask's built in development web server.
pryelluw|8 years ago
Edit:
Works if you just run:
Thanks for the helpEdit[1]:
Works great with python's built in web server but wont work with flask's built in development web server.