From 9dd41c468b3c81231e7b0f37201f8519148ec090 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 23 Aug 2008 01:11:23 +0000 Subject: Prevent usage of wsgiapp decorator from foiling actions pickling. Add Django attribution, contributors file. --- docs/narr/project.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') diff --git a/docs/narr/project.rst b/docs/narr/project.rst index a050f8824..2ff8011ee 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -136,6 +136,17 @@ port 6543. development easier, as changes to Python code under :mod:`repoze.bfg` is not put into effect until the server restarts. +.. note:: When :mod:`repoze.bfg` starts, it writes a ``.pck`` file. + In a typical setup this file will be written as + ``configure.zcml.pck`` in the same directory that your + application's ``configure.zcml`` is stored. This is temporary, + cached data that can help your :mod:`repoze.bfg` application start + slightly faster (its existence prevents the need to parse the XML + in the .zcml file). You can delete it at will as necessary; it + will be recreated. If it cannot be written due to filesystem + permissions, :mod:`repoze.bfg` will just reparse the .zcml file + every time it starts. + Viewing the Application ----------------------- -- cgit v1.2.3