Skip to content

andrijan/mfl-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mfl-charts

Display charts for MFL leagues

Installation

Create a virtualenv (Python 3)

pip install -r requirements.txt
python fiver/manage.py migrate
python fiver/manage.py shell_plus
from apps.stats.populate import *
populate_franchises(LEAGUE_ID, CURRENT_YEAR)
populate_results(LEAGUE_ID, LAST_YEAR)
populate_adp()

About

Display charts for MFL leagues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published