- Go to the main project folder
- Run
python install -r requirements.txt - Run
python manage.py migrate - Run
python manage.py runserver
- Go to the main project folder
- Run
python install -r requirements.txt - Run
coverage run manage.py test mathcompute -v 2