Skip to content

dakrauth/django-picker

Repository files navigation

Picker

A Django-based sports picker app for various leagues.

Templates

The included templates are all Bootstrap 5 based.

Demo

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.

Development

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

Meta

Requires Python >= 3.10, Django >= 4.2

Distributed under the MIT License, see LICENSE file for more information.

https://github.com/dakrauth/picker