Mercurial > p > roundup > code
diff doc/installation.txt @ 6390:7c852cad2ca8
Add wsgi.py to frontends. Update docs.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 26 Apr 2021 23:40:52 -0400 |
| parents | 27a7ef182da9 |
| children | 205bc1d27985 |
line wrap: on
line diff
--- a/doc/installation.txt Mon Apr 26 23:39:51 2021 -0400 +++ b/doc/installation.txt Mon Apr 26 23:40:52 2021 -0400 @@ -950,8 +950,8 @@ a reverse proxy. See your web server's documentation on how to set it up as a reverse proxy. -The file wsgi.py should be in the current directory with the -contents:: +The file wsgi.py (obtained from ``frontends/wsgi.py``) should be in +the current directory with the contents:: # if roundup is not installed on the default PYTHONPATH # set it here with:
