Rattail Tutorial, to document new project setup and basic dev tasks
Go to file
2024-09-13 18:21:24 -05:00
docs use furo docs theme instead of alabaster 2024-07-01 11:09:44 -05:00
rattail_tutorial fix: avoid deprecated base class for config extension 2024-08-16 13:34:48 -05:00
.gitignore feat: switch from setup.cfg to pyproject.toml + hatchling 2024-07-01 11:03:11 -05:00
CHANGELOG.md bump: version 0.3.0 → 0.3.1 2024-07-01 11:46:10 -05:00
COPYING.txt Declare project license to be GPL 2019-08-17 01:21:23 -05:00
MANIFEST.in Initial content as generated from scaffold 2019-08-16 20:46:01 +00:00
pyproject.toml docs: use markdown for readme file 2024-09-13 18:21:24 -05:00
README.md docs: use markdown for readme file 2024-09-13 18:21:24 -05:00
tasks.py feat: switch from setup.cfg to pyproject.toml + hatchling 2024-07-01 11:03:11 -05:00
tox.ini Add tox.ini for building docs automatically with buildbot 2019-08-16 22:22:14 -05:00
Vagrantfile Add docs for running web app 2019-08-17 18:54:04 -05:00

rattail-tutorial

This project is intended for use as a "tutorial" for Rattail app development.

It contains documentation for the tutorial itself, but also contains code for the tutorial app, which users may run locally for testing.

See the Rattail website for more info.