rattail-manual/docs/web/mainapp/tasks/newmasterview.rst
Lance Edgar 0e83d60686 Add some about extending the schema, first alembic version
plus some more structure for web/mainapp
2021-01-23 17:06:58 -06:00

13 lines
347 B
ReStructuredText

===============
New Master View
===============
This assumes you already have a table in your (or another) DB and wish to
expose basic CRUD things for it, a la typical master view style.
If you want to use a custom table you created, you must do that part first.
See also :doc:`/data/db/extend`.
TODO: how exactly to do it, without copy/pasta