From: Karl O. Pinc Date: Wed, 14 Nov 2018 15:48:03 +0000 (-0600) Subject: Document usage X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=5e2e6d9629c74812e014fb3ec64d8db71d4d35c2;p=pgwui_upload Document usage --- diff --git a/README.rst b/README.rst index 3175795..cf52a2d 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,17 @@ each batch of data in a transaction so that either all the data in the batch goes into the database or of the data none does. +Usage +----- + +PGWUI_Upload is included when PGWUI is installed. + +When writing your own `Pyramid`_ application, in addition to +configuring ``pgwui_upload``, ``pgwui_common`` must typically be +configured. This can be done with any of `Pyramid's `_ +configuration mechanisms. + + URL Configuration ----------------- @@ -89,3 +100,4 @@ provided by `The Dian Fossey Gorilla Fund .. _PGWUI_Core: http://pgwui_core.readthedocs.io/ .. _PostgreSQL: https://www.postgresql.org/ +.. _Pyramid: https://trypyramid.com/