This project is a open source web music player with python / django.
python3 -m venv .venv
source .venv/bin/activate
pip install -r requeriments-dev.txt
PY -3 -m venv .venv
.venv\Scripts\activate
pip install -r requeriments-dev.txt
pip install python-magic
pip install python-magic-bin
If you are in Microsoft Windows is necessary to copy the following DLL files to windows os folder C:\Windows\System32. If you using 64bits version of OS install lib python-magic-win64
pip install python-magic-win64
flake8
pytest music_player --cov=music_player
./manager makemigrations
./manager migrate
./manager runserver
python manager makemigrations
python manager migrate
python manager runserver