From 5e2e6d9629c74812e014fb3ec64d8db71d4d35c2 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 14 Nov 2018 09:48:03 -0600 Subject: [PATCH] Document usage --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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/ -- 2.34.1