A Django-based sports picker app for various leagues.
The default, included templates are all Bootstrap 3 based.
For Linux/Mac OS X:
$ git clone https://github.com/dakrauth/picker.git
$ cd picker
$ docker-compose up --build
Browse to: http://127.0.0.1:8080
User demo
, password demo
has management rights. Users [user1
, user2
, ..., user9
]
all share password password
.
Requires Python >= 3.10, Django >= 4.2
Distributed under the MIT License, see LICENSE
file for more information.