This is my own application for manage statistic and control Association of Street Football of Saratov.
I recommend you use virtualenv:
virtualenv .venv --no-site-packages
source .venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 127.0.0.1:8000
Compile client-side application with:
npm i && ./node_modules/.bin/webpack
Also for testing there are additional dependencies:
pip install -r test-requirements.txt
python manage.py test
ADFS Managers is opensource project and I develop it only for improve my coding skills and make freely help for ADF of Saratov. I promise that I willn't earn money using this project. For this reason, if you are interesting, you are free in contributing for this project. You can create new issue, pull request or write me e-mail in [email protected] or in Telegram "+79603412336".