Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 443 Bytes

File metadata and controls

12 lines (11 loc) · 443 Bytes

Travis status Travis build status

Commands for starting project

git clone https://github.com/lerdem/chart.git
cd chart
pip install -r requirements.txt
# optional (That command will generate random data for chart)
./src/manage.py gen_data
./src/manage.py runsrver

After that visit the 127.0.0.1:8000