aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-12 21:40:23 +0100
commit9dd9391b5ab23f2a06200b2870337fcf9f631ad4 (patch)
treeb03b6df347af9c2307a79d76a03771dc87c60948 /README.md
parentImproved the search form. (diff)
downloadnewspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.gz
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.tar.bz2
newspipe-9dd9391b5ab23f2a06200b2870337fcf9f631ad4.zip
Preparing new 9.1.0 release.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index dd648333..681690f6 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ $ vim instance/postgresql.py # customize it
$ export Newspipe_CONFIG=postgresql.py
```
+For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.
+
+
## License
[Newspipe](https://git.sr.ht/~cedric/newspipe) is under the
bgstack15