9 lines
156 B
Text
9 lines
156 B
Text
run run_serial.py:
|
|
python run_serial.py
|
|
|
|
from a different shell:
|
|
python manage.py runserver 0.0.0.0:8000
|
|
|
|
then from a web-browser:
|
|
http://machine-ip:8000/
|
|
|