interaction with the database.
-Usage
------
+Configuration By Python Code
+----------------------------
-To use pgwui_common configure your pyramid app by putting the
-following into your package's __init__.py::
+If you are writing a complete Pyramid application, or simply want full
+control over configuration you will need to make a Python
+distribution. (Something to be installed, perhaps with ``pip``.)
+In this case use pgwui_common to configure your pyramid app by putting
+the following into your package's __init__.py::
from pyramid.config import Configurator
Note that you can override any of the assets in this package or any of
the PGWUI packages, any of the templates or css, using Pyramid's Asset
-Override API (or via pyramid.includes = yourextension in the .ini file).
+Override API. See:
+`https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/assets.html#overriding-assets
+<https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/assets.html#overriding-assets>`_
Development Status