Search code examples
pythonwsgimoinmoin

How to integrade MoinMoin into Pyramid?


Does anyone know how to integrate MoinMoin into Pyramide? Are there any manuals? The similarity of this pylons+moinmoin


Solution

  • You maybe want to ask about "how to integrate any WSGI app into pyramid".

    If that is answered, you can apply that to moin as it is just a WSGI app.