2
0
Fork 0
wuttjamaican/docs/api/wuttjamaican
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
..
app.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
auth.rst feat: add basic "auth" data models: user/role/perm 2024-07-13 23:29:09 -05:00
cli.base.rst feat: add wutta top-level command with make-uuid subcommand 2024-11-23 11:48:28 -06:00
cli.make_uuid.rst feat: add wutta top-level command with make-uuid subcommand 2024-11-23 11:48:28 -06:00
cli.rst feat: add wutta top-level command with make-uuid subcommand 2024-11-23 11:48:28 -06:00
conf.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
db.conf.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
db.model.auth.rst feat: add basic "auth" data models: user/role/perm 2024-07-13 23:29:09 -05:00
db.model.base.rst feat: add basic data model support 2024-07-11 12:55:55 -05:00
db.model.rst feat: add basic data model support 2024-07-11 12:55:55 -05:00
db.model.upgrades.rst feat: add table/model for app upgrades 2024-08-24 10:20:05 -05:00
db.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
db.sess.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
db.util.rst fix: move model base class out of model subpkg 2024-08-30 20:30:09 -05:00
email.handler.rst feat: add basic email handler support 2024-08-26 14:20:54 -05:00
email.message.rst feat: add basic email handler support 2024-08-26 14:20:54 -05:00
email.rst feat: add basic email handler support 2024-08-26 14:20:54 -05:00
enum.rst feat: add table/model for app upgrades 2024-08-24 10:20:05 -05:00
exc.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
index.rst feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
install.rst feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
people.rst feat: flesh out the auth handler; add people handler 2024-07-14 23:22:11 -05:00
progress.rst feat: add basic support for progress indicators 2024-08-24 17:19:50 -05:00
testing.rst Add common FileConfigTestCase class, in new testing module 2023-11-20 16:19:22 -06:00
util.rst First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00