Skip to content

This is site (web-app) to manage teams and statistic for ADFS

License

Notifications You must be signed in to change notification settings

planemar/ADFS_managers

 
 

Repository files navigation

ADFS Managers

Build Status Code Health

Introduction

This is my own application for manage statistic and control Association of Street Football of Saratov.

Installation

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

Contributing

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".

About

This is site (web-app) to manage teams and statistic for ADFS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.1%
  • HTML 38.1%
  • JavaScript 2.4%
  • CSS 2.4%