Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.
/ FantasyAdvisor Public archive

Web Application to make recommendations and manage your Yahoo Sports Fantasy Team

License

Notifications You must be signed in to change notification settings

brisberg/FantasyAdvisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FantasyAdvisor

Web Application to make recommendations and manage your Yahoo Sports Fantasy Team

Archived Oct 2023: Unlikely to keep workin on this project in its current form.

Virtualenv Management

Need to create a local virtualenv called faenv

Navigate to server directory add2virtualenv fantasyadvisor This will add the project directory to the PYTHONPATH, so we can import django apps that are inside the project directory.

Install Dependencies

pip install -r requirements.text

Run Django server

python server/manage.py runserver

or

gunicorn --bind 0.0.0.0:8000 fantasyadvisor.wsgi```

About

Web Application to make recommendations and manage your Yahoo Sports Fantasy Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published