rattail-manual/docs/web/mainapp/tasks/newmasterview.rst

13 lines
347 B
ReStructuredText
Raw Normal View History

===============
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