- created the mir_taqi repo
- created the python venv, run
python -m venv venv
venv\Scripts\activate
- run now
pip install -r requirements.txt
- installed django & inited the project run
python manage.py runserver
- set the static & media folder
- allowed host done
- function 'mechanical' created
- navbar(gradient) with led is created
- progressIndicator is done
- dashboardFunction is done and all the status logic
- by default html file is loaded and
/mechanical/<str:equipment>
returns the equipment, try runninghttp://localhost:8000/mechanical/equipmentValue
you can change equipmentValue - Status & Fault UI doesnt work, still needs to make logic better