projects
/
pgwui_upload_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f72876d
)
Document route
author
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:47:21 +0000
(16:47 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Tue, 30 Oct 2018 21:47:21 +0000
(16:47 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index c5a515d187d99a22db8dee250a61263de08353e6..a8aceaa42fa88377badfd3418c7a66f9ae498150 100644
(file)
--- 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
------------------