mPMT data plotter and slowcontrol webapp, based on django.
To prepare the PostgreSQL database, run the following commands after cloning the repo:
python manage.py makemigrations
python manage.py migrateThen, to start the server (default ip is 127.0.0.1:8000), launch:
python manage.py runserver <IP>:<PORT>