Add more structure for web layer docs
hopefully more content will come sooner than later..
This commit is contained in:
parent
adf930b531
commit
d32bfce883
12 changed files with 159 additions and 4 deletions
10
docs/web/mainapp/dev/tasks/index.rst
Normal file
10
docs/web/mainapp/dev/tasks/index.rst
Normal file
|
@ -0,0 +1,10 @@
|
|||
|
||||
Common Tasks
|
||||
============
|
||||
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
newmasterview
|
12
docs/web/mainapp/dev/tasks/newmasterview.rst
Normal file
12
docs/web/mainapp/dev/tasks/newmasterview.rst
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
===============
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue