Imperat / ADFS_managers

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

Home Page:https://adf-saratov.ru/logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADFS Managers

Build Status Code Health Documentation Status

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

Before running the project you need to compile some little C dependencies:

mkdir bin

gcc --shared cpp_extensions/get_points.c -o bin/get_points.so

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 shan'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 leliykin@gmail.com or in Telegram "+79603412336".

About

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

https://adf-saratov.ru/logic

License:Apache License 2.0


Languages

Language:HTML 41.5%Language:Python 30.7%Language:CSS 16.8%Language:JavaScript 10.7%Language:Shell 0.2%Language:C 0.1%