/squares

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Super Bowl Squares

This is a python flask app to manage creating / managing Super Bowl Squares. It is intended to manage a single game for each year.

Installation

virtualenv .env
source .env/bin/activate
pip install -r requirements.txt
python run.py