Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 799 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 799 Bytes

Development Test

  • 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 running http://localhost:8000/mechanical/equipmentValue you can change equipmentValue

  • Status & Fault UI doesnt work, still needs to make logic better