Case/Special Order Tracker
i feel like there was a reason i hadn't done that to begin with, but now can't recall for sure. pylint certainly thinks it is duplicated so mostly cleaning this up per its suggestion... |
||
|---|---|---|
| docs | ||
| src/sideshow | ||
| tests | ||
| .gitignore | ||
| .pylintrc | ||
| CHANGELOG.md | ||
| pyproject.toml | ||
| README.md | ||
| tasks.py | ||
| tox.ini | ||
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