-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Plone 3 Products Development Cookbook
This chapter has a twofold purpose:
The first and main one is to introduce several Python packages and Plone products that will help us during the development of any Plone project.
The second is to deepen our knowledge and skill in dealing with the buildout configuration files.
Although the latter is the core of the previous chapter, there will be lots of examples in the book (and especially in the following pages) that will help us get used to this technique.
Some of these developer-essential tools will be available only when running the Zope instance in debug-mode. To set this mode, we have two choices:
Changing debug mode parameter in configuration file
Running Zope instance in foreground mode
To change debug-mode parameter in the configuration file of our instance, do the following:
Change debug-mode parameter under [instance] part of the buildout.cfg file:
[buildout] ... [instance] ... debug-mode=on ...
Build your instance again...
Change the font size
Change margin width
Change background colour