Background:
To add excitement to the yearly backyard volleyball party, a solution was sought to create parity among the teams.
An application was created that asked each player for their skill rating and then randomly placed them on teams.
The teams were displayed on a Django website, and the Python code balanced the teams by equalizing the total skill
points of each team. The CRUD (Create, Read, Update, Delete) interface allowed for further refinement of the teams
by an administrator. The application performed as expected, with the exception of some adjustments that needed to
be made when the total number of teams was below the minimum expected.

Team Creator Site
Team Creator Code