https://github.com/dakrauth/django-picker
🏈 Sports picker
https://github.com/dakrauth/django-picker
Last synced: 4 months ago
JSON representation
🏈 Sports picker
- Host: GitHub
- URL: https://github.com/dakrauth/django-picker
- Owner: dakrauth
- License: mit
- Created: 2015-09-07T09:58:39.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-12-17T02:47:12.000Z (6 months ago)
- Last Synced: 2025-12-29T07:44:26.411Z (6 months ago)
- Language: Python
- Homepage:
- Size: 2.3 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
django-picker
=============
.. image:: https://github.com/dakrauth/picker/workflows/Test/badge.svg
:target: https://github.com/dakrauth/picker/actions
:alt: GitHub Actions
.. image:: https://img.shields.io/pypi/pyversions/picker.svg
:target: https://pypi.org/project/picker/
:alt: Supported Python versions
.. image:: https://img.shields.io/pypi/djversions/picker.svg
:target: https://pypi.org/project/picker/
:alt: Supported Django versions
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:
.. code-block:: bash
$ 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 `_.
.. code-block:: bash
$ 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:
.. code-block:: bash
$ just docker-build
$ just docker-run
To test:
.. code-block:: bash
$ just test
# or
$ just retest
# or, for all tox tests
$ just tox
Meta
----
:Version: 3.0.0
:Requirements: Python >= 3.11, Django >= 5.1
:License: MIT (see ``LICENSE`` file for more information)
:Source: https://github.com/dakrauth/django-picker
Database Schema
~~~~~~~~~~~~~~~
.. image:: resources/models.png