Copy the requirements.txt in the working directory and run pip install -r requirements.txt on your terminal to install all the necessary Python modules. Run django ...
Look at the example in myapp and copy plots.py to your app. You need to create wrapper functions in plots.py that produce different types of plots. You prepare the data in your views and pass them to ...