The project aims to show how to render a Matplotlib plot using PyScript and Django.
- Clone this repository
git clone https://github.com/vhsenna/pyscript-django.git
- Create virtualenv
python -m venv venv
- Activate virtualenv
source venv/bin/activate
- Install packages
pip install -r requirements.txt
- Run server
python manage.py runserver
Read more about PyScript.