Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 680 Bytes

PassPercentage

PassPercentage Dashboard that collecting results then show them from automation.

Requirement:

python version: python2
django version: 1.9

HOWTO:

pip install -U django==1.9.10 or pip install -U django==1.11.22
pip install pillow
python manage.py migrate
python manage.py makemigrations PassPercentage
python manage.py migrate
python manage.py createsuperuser
python populate_avocado_feature_data.py
python sync_avocado_feature_data.py
python manage.py runserver $server_ip:$port
http://$server_ip:$port/PassPercentage/

Reference:

https://canvasjs.com/
https://www.tangowithdjango.com/