From 603c6ece176cca764a67be2b0d2c41b59c7e077c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Tue, 30 Oct 2018 16:47:21 -0500 Subject: [PATCH] Document route --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index c5a515d..a8aceaa 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,16 @@ 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. +URL Configuration +----------------- + +The default URL for PGWUI_Upload looks like +*https://www.example.com/upload*. The route name is ``upload``. + +See the PGWUI_Server documentation for how to configure a different +route. + + Development Status ------------------ -- 2.34.1