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
|
local_dir = ' /opt/build/cherrypy3-3.5.0/cherrypy/scaffold '
|
|
root = <cherrypy.scaffold.Root object>
|
|
__package__ = ' cherrypy.scaffold '
|