Case/Special Order Tracker
Find a file
Lance Edgar f3cca2e370 docs: avoid latest sphinx, per recent error
not sure exactly what the problem here is, but docs cannot build with
sphinx 8.2 - and traceback showed sphinx-toolbox was responsible.  the
latter apparently is required by the `enum-tools[sphinx]` pkg

hopefully we can remove this cap before long..?

cf. https://www.sphinx-doc.org/en/master/changes/index.html#release-8-2-0-released-feb-18-2025
2025-02-19 19:15:50 -06:00
docs docs: update intersphinx doc links per server migration 2025-02-18 12:15:00 -06:00
src/sideshow feat: allow re-order past product for new orders 2025-02-01 19:39:02 -06:00
tests feat: allow re-order past product for new orders 2025-02-01 19:39:02 -06:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
CHANGELOG.md bump: version 0.4.0 → 0.5.0 2025-01-26 17:52:16 -06:00
pyproject.toml docs: avoid latest sphinx, per recent error 2025-02-19 19:15:50 -06:00
README.md docs: set description, docs url in readme 2025-01-06 17:34:38 -06:00
tasks.py build: add release task 2025-01-06 17:35:31 -06:00
tox.ini feat: add basic "create order" feature, docs, tests 2025-01-06 17:03:41 -06: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