Forums

How to setup CherryPy as the WSGI provider ?

I am trying to use cherrypy as the wsgi provider. I have changed my wsgi.py to the skeleton from http://tools.cherrypy.org/wiki/ModWSGI .

Stil, when I use http://lamego.pythonanywhere.com/ , it redirects to /welcome/default/index, which was set from the previous web2py profile.

I am missing something ? Where is the redirection setup ?

Thanks

Ops, was missing to reload the web app, is working now :)

great!