Changeset 1429
- Timestamp:
- 11/16/06 11:23:32
- Files:
-
- trunk/cherrypy/_cpconfig.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cpconfig.py
r1421 r1429 49 49 50 50 def index(self): 51 r aise cherrypy.InternalRedirect("/cuba")51 return "Hello world" 52 52 index.exposed = True 53 index._cp_config = {'request. recursive_redirect': True}53 index._cp_config = {'request.show_tracebacks': False} 54 54 55 55

