From ceed67fed1808c729499ed57a334a56fad8aa9c6 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Sat, 14 Dec 2019 00:09:49 -0600 Subject: [PATCH] Move form docs from PGWUI_Core to PGWUI_Common --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3bf5f0f..92bb1aa 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,12 @@ SQL, and on transactions. A distinguishing feature is an emphasis on discovering and reporting as many errors as is possible per bulk interaction with the database. +PGWUI_Common provides: + + * Extendable web forms with fields supporting designation of + database and credentials. These forms are rendered using + `Pyramid`_ views. + The official PGWUI components based on PGWUI_Common are highly configurable. The web page templates used to generate HTML files, the CSS files, the static HTML files, and the location of the web pages -- 2.34.1