All Projects → Imperat → Adfs_managers

Imperat / Adfs_managers

Licence: apache-2.0
This is site (web-app) to manage teams and statistic for ADFS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Adfs managers

Docker Django Example
A production ready example Django app that's using Docker and Docker Compose.
Stars: ✭ 86 (+760%)
Mutual labels:  webpack, django
Pychat
webchat via WebSockets/WebRTC that allows messaging/video call/screen sharing
Stars: ✭ 152 (+1420%)
Mutual labels:  webpack, django
Django React Boilerplate
Django, React, Bootstrap 4 with Python 3 and webpack project boilerplate
Stars: ✭ 1,164 (+11540%)
Mutual labels:  webpack, django
Django Webpacker
A django compressor tool that bundles css, js files to a single css, js file with webpack and updates your html files with respective css, js file path.
Stars: ✭ 69 (+590%)
Mutual labels:  webpack, django
Qikqiak.com
关注容器、kubernetes、devops、python、golang、微服务等技术 🎉🎉🎉
Stars: ✭ 394 (+3840%)
Mutual labels:  webpack, django
Froggy Service
邱威傑市民服務網站
Stars: ✭ 155 (+1450%)
Mutual labels:  webpack, django
Django Project Template
Thorgate's Django project template - Django, React, Sass, optional Docker and more
Stars: ✭ 91 (+810%)
Mutual labels:  webpack, django
Vue Django
@Django integrated with a full-featured @Webpack + (@vuejs / vue-loader) setup with hot reload, linting, testing & css extraction.
Stars: ✭ 495 (+4850%)
Mutual labels:  webpack, django
Django Webpack Loader
Transparently use webpack with django
Stars: ✭ 2,327 (+23170%)
Mutual labels:  webpack, django
Docker Django Webpack Skeleton
Django Skeleton W/ Docker Dev & Production W/ Webpack 2 W/ BabelJS W/ Sass W/ PostgreSQL
Stars: ✭ 191 (+1810%)
Mutual labels:  webpack, django
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (+4520%)
Mutual labels:  webpack, django
React Webpack Django
De-coupled ReactJS client for greater flexibility and less black-box Django magic
Stars: ✭ 24 (+140%)
Mutual labels:  webpack, django
Awesome Javascript Interviews
Popular JavaScript / React / Node / Mongo stack Interview questions and their answers. Many of them, I faced in actual interviews and ultimately got my first full-stack Dev job :)
Stars: ✭ 939 (+9290%)
Mutual labels:  webpack
Heroku Buildpack Python
The official Heroku buildpack for Python apps.
Stars: ✭ 849 (+8390%)
Mutual labels:  django
Vk Music
VK audio player
Stars: ✭ 26 (+160%)
Mutual labels:  webpack
Vue Custom Keyboard
A Vue.js component for custom keyboard. (vue自定义键盘组件/车牌号键盘组件)
Stars: ✭ 26 (+160%)
Mutual labels:  webpack
Online Bling
Stars: ✭ 9 (-10%)
Mutual labels:  webpack
Vivo Shop
基于vue2.0+实现的vivo移动端商城(vue+vuex-ruoter+axios)
Stars: ✭ 846 (+8360%)
Mutual labels:  webpack
Project Dashboard With Django
Agile Project Management dashboard with Django REST and Vue.js
Stars: ✭ 25 (+150%)
Mutual labels:  django
Wordpress Starter
📦 A starter template for WordPress websites
Stars: ✭ 26 (+160%)
Mutual labels:  webpack

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 [email protected] or in Telegram "+79603412336".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].