5 ms·
I tend to run: python -m http.server 0.0.0.0:8000 That should allow you to access it externally.
by npolet 9y ago
I tend to run:
python -m http.server 0.0.0.0:8000
That should allow you to access it externally.
- pryelluw 9y agoJust tested it and wont work. Edit: Works if you just run: python3 -m http.server Thanks for the help Edit[1]: Works great with python's built in web server but wont work with flask's built in development web server.