Skip to content

This is the app for managing the /r/CollegeBasketball user poll

Notifications You must be signed in to change notification settings

jdharms/cbbpoll

 
 

Repository files navigation

To get set up:

# Install Python dependencies
pip install -r requirements.txt
# Copy the sample config file and edit it
cp config.sample.py config.py
vim config.py
# Create MySQL tables with config information from config.py
python manager.py db upgrade
# Start praw service for contacting reddit
praw-multiprocess
# Start a local server at http://localhost:5000
python manager.py runserver

To create a migration after a model change:

python manager.py db migrate -m ["migration comment"]

About

This is the app for managing the /r/CollegeBasketball user poll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.9%
  • CSS 21.9%
  • HTML 21.0%
  • Mako 0.2%