A Django-based sports picker app for various leagues.
The included templates are all Bootstrap 5 based.
For Linux/Mac OS X:
$ git clone https://github.com/dakrauth/django-picker.git
$ cd django-picker
$ docker-compose up --build
Browse to: http://127.0.0.1:8008
User demo
, password demo
has management rights. Users [user1
, user2
, ..., user9
]
all share password password
.
For convenience, please install just.
$ git clone https://github.com/dakrauth/django-picker.git
$ cd django-picker
# Show all available recipes
$ just
Build and execute the demo in a Docker container:
$ just dbuild
$ just drun
To test:
$ just test
# or
$ just retest
# or, for all tox tests
$ just tox
Requires Python >= 3.10, Django >= 4.2
Distributed under the MIT License, see LICENSE
file for more information.