Package cherrypy :: Package scaffold
[hide private]
[frames] | no frames]

Package scaffold

source code

<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

Classes [hide private]
  Root
Variables [hide private]
  local_dir = '/tmp/buildd/cherrypy3-3.5.0/cherrypy/scaffold'
  root = Root()
  __package__ = 'cherrypy.scaffold'