Case/Special Order Tracker
Find a file
Lance Edgar 454758560d fix: cap sqlalchemy version to 1.x
for now, since wuttjamaican allows 2.x but something is not working
right for sideshow.  requires further investigation i don't have time
for at the moment.
2025-07-06 13:04:14 -05:00
docs docs: update intersphinx doc links per server migration 2025-02-18 12:15:00 -06:00
src/sideshow fix: allow config injection for sake of tests 2025-07-06 12:49:06 -05:00
tests fix: allow config injection for sake of tests 2025-07-06 12:49:06 -05:00
.gitignore build: ignore dist folder 2025-01-06 17:38:12 -06:00
CHANGELOG.md bump: version 0.6.0 → 0.7.0 2025-07-06 12:59:15 -05:00
pyproject.toml fix: cap sqlalchemy version to 1.x 2025-07-06 13:04:14 -05: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