This project aims at creating an internal website to ease file management and song learning between all the members of a choir.
This project is currently managed by members of the Negitachi choir.
You will find details instructions here on how to understand the project if you're not yet used to Python/Django development.
pip install -r requirements.txt
./manage.py migrate
./manage.py shell_plus --notebook
and open Poireau Notebook
./manage.py test
(Note : no tests have been written so far... [TODO] anyone ?)