A fantasy baseball team manager project, to practice API use and baseball simulations.
Fantasybot, in the directory fantasybot, is django application designed to manage the API access and such. There are three important subdirectories in the project.
fantasybot is the main Django App. It has the user models.
yahooapi is a django app to negotiate with the yahoo api.
fantasymanager does statisical manipulation and manages a team.