Skip to content

dakrauth/django-picker

Repository files navigation

django-picker

A Django-based sports picker app for various leagues (NFL, English Premier, etc).

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 docker-build
$ just docker-run

To test:

$ just test

# or

$ just retest

# or, for all tox tests

$ just tox

Meta

Version:2.3.0
Requirements:Python >= 3.10, Django >= 4.2
License:MIT (see LICENSE file for more information)
Source:https://github.com/dakrauth/django-picker

Database Schema

resources/models.png