Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1429

Show
Ignore:
Timestamp:
11/16/06 11:23:32
Author:
fumanchu
Message:

Doc tweak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpconfig.py

    r1421 r1429  
    4949         
    5050        def index(self): 
    51             raise cherrypy.InternalRedirect("/cuba") 
     51            return "Hello world" 
    5252        index.exposed = True 
    53         index._cp_config = {'request.recursive_redirect': True} 
     53        index._cp_config = {'request.show_tracebacks': False} 
    5454 
    5555 

Hosted by WebFaction

Log in as guest/cpguest to create tickets