pip/pip3 install -r requirements.txt
Start the web server:
python manage.py runserver 0.0.0.0:8000
Then open the following pages to see the demo
- http://127.0.0.1:8000 to see automatical-reload time page
- http://127.0.0.1:8000/chart/mode1 use semantic-ui-react's Dropdown to change mode
- http://127.0.0.1:8000/chart/mode2