Case/Special Order Tracker
Find a file
2025-09-01 15:29:51 -05:00
docs docs: add badge for black code style 2025-08-31 13:28:41 -05:00
src/sideshow fix: fix 'abstract-method' for pylint 2025-09-01 15:29:51 -05:00
tests fix: fix 'unnecessary-lambda-assignment' for pylint 2025-09-01 14:29:10 -05:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
.pylintrc fix: fix 'abstract-method' for pylint 2025-09-01 15:29:51 -05:00
CHANGELOG.md bump: version 0.7.0 → 0.7.1 2025-07-06 13:05:02 -05:00
pyproject.toml test: initial pylint support 2025-09-01 13:48:36 -05:00
README.md docs: set description, docs url in readme 2025-01-06 17:34:38 -06:00
tasks.py fix: format all code with black 2025-08-31 12:59:28 -05:00
tox.ini test: initial pylint support 2025-09-01 13:48:36 -05:00

Sideshow

This is a web app which provides retailers a way to track case/special orders.

Full docs are at https://rattailproject.org/docs/sideshow/

Quick Start

Make a virtual environment and install the app:

python3 -m venv sideshow
source sideshow/bin/activate
pip install Sideshow
sideshow install