2
0
Fork 0
Base package for Wutta Framework
Go to file
Lance Edgar ceeff7e911 feat: add install handler and related logic
- Mako is now a core dependency
- therefore no more 'email' extra
- add `get_install_handler()` method for app handler
- add `render_mako_template()` method for app handler
- add `resource_path()` method for app handler
- install handler thus far can:
  - confirm db connection
  - make appdir plus config/scripts:
    - wutta.conf
    - web.conf
    - upgrade.sh
  - upgrade db schema to create tables
  - from there web app can run, create admin user
- quick start docs now describe "generated code" option
2024-11-24 10:13:56 -06:00
docs feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
src/wuttjamaican feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
tests feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
.gitignore feat: replace setup.cfg with pyproject.toml 2024-06-10 13:32:03 -05:00
CHANGELOG.md bump: version 0.13.2 → 0.13.3 2024-08-30 20:34:19 -05:00
COPYING.txt First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
pyproject.toml feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
README.md docs: use markdown for project readme 2024-07-12 21:40:33 -05: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/