cherrypy.scaffold package

Module contents

<MyProject>, a CherryPy application.

Use this as a base for creating new CherryPy applications. When you want to make a new app, copy and paste this folder to some other location (maybe site-packages) and rename it to the name of your project, then tweak as desired.

Even before any tweaking, this should serve a few demonstration pages. Change to this directory and run:

cherryd -c site.conf
class cherrypy.scaffold.Root[source]
default(*args, **kwargs)[source]
files(*a, **kw)
index()[source]
other(a=2, b='bananas', c=None)[source]