3
0
Fork 0
Base package for Wutta Framework
Find a file
Lance Edgar fa76eb6aa9 fix: force interpolation of %(here)s, %(__file__)s in config files
we were previously doing this only for the `wutta.config.include` and
`wutta.config.require` settings, and pyramid (or paste?) has been
handling certain other ones, e.g. for beaker session cache paths.

but we really need to be able to rely on this being available
"everywhere" or else it's just confusing.
2024-12-18 13:43:19 -06:00
docs docs: add glossary entry for 'spec' 2024-12-18 12:28:31 -06:00
src/wuttjamaican fix: force interpolation of %(here)s, %(__file__)s in config files 2024-12-18 13:43:19 -06:00
tests fix: force interpolation of %(here)s, %(__file__)s in config files 2024-12-18 13:43:19 -06:00
.gitignore feat: replace setup.cfg with pyproject.toml 2024-06-10 13:32:03 -05:00
CHANGELOG.md bump: version 0.17.1 → 0.18.0 2024-12-15 00:45:20 -06:00
COPYING.txt First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
pyproject.toml bump: version 0.17.1 → 0.18.0 2024-12-15 00:45:20 -06:00
README.md docs: test commit 2024-12-16 18:31:31 -06:00
tasks.py build: just run pytest, avoid tox when making release 2024-07-14 11:08:26 -05:00
tox.ini feat: add install handler and related logic 2024-11-24 10:13:56 -06:00

WuttJamaican

Base package for Wutta Framework

See docs at https://rattailproject.org/docs/wuttjamaican/