Document route
authorKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:47:21 +0000 (16:47 -0500)
committerKarl O. Pinc <kop@meme.com>
Tue, 30 Oct 2018 21:47:21 +0000 (16:47 -0500)
README.rst

index c5a515d187d99a22db8dee250a61263de08353e6..a8aceaa42fa88377badfd3418c7a66f9ae498150 100644 (file)
@@ -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
 ------------------