A web app for musicians and bands written in Python using the Django framework.
py -m venv localenv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\localenv\Scripts\Activate.ps1
py -m pip install -r requirements.txt
py -m .\manage.py test
py manage.py makemigrations