Mercurial > p > roundup > code
view frontends/README.txt @ 6820:feb175271f3e
redis import failure on python2 causes crash
Don't use ModuleNotFoundError, it's python 3.6+. Use plain ImportError
instead.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 07 Aug 2022 00:43:31 -0400 |
| parents | 7c852cad2ca8 |
| children |
line wrap: on
line source
This directory contains alternate front-ends for Roundup. roundup.cgi This is a cgi-bin script. wsgi.py This is a wrapper to be used when running under wsgi. ZRoundup This is a simple Zope frontend that installs as a regular Zope product. See Roundup's doc/installation.txt for more info on installing these frontends.
