[Checkins] SVN: bluebream/trunk/docs/source/gettingstarted.rst mention debug.py

Baiju M baiju.m.mail at gmail.com
Thu Jan 14 02:28:31 EST 2010


Log message for revision 108113:
  mention debug.py
  

Changed:
  U   bluebream/trunk/docs/source/gettingstarted.rst

-=-
Modified: bluebream/trunk/docs/source/gettingstarted.rst
===================================================================
--- bluebream/trunk/docs/source/gettingstarted.rst	2010-01-13 16:09:45 UTC (rev 108112)
+++ bluebream/trunk/docs/source/gettingstarted.rst	2010-01-14 07:28:30 UTC (rev 108113)
@@ -205,6 +205,7 @@
   |           |-- application.zcml
   |           |-- app.py
   |           |-- configure.zcml
+  |           |-- debug.py
   |           |-- ftesting.zcml
   |           |-- __init__.py
   |           |-- interfaces.py
@@ -268,6 +269,8 @@
 - ``src/mynamespace/main/configure.zcml`` -- You can customize this
   ZCML which is included from application.zcml
 
+- ``src/mynamespace/main/debug.py`` -- The debug application object.
+  The class given here will be registered from an entry point.
 
 - ``src/mynamespace/main/ftesting.zcml`` -- ZCML for functional
   testing
@@ -289,7 +292,6 @@
 
 - ``src/mynamespace/main/views.py`` -- An example view.
 
-
 - ``templates/`` -- Buildout specific templates used by
   "collective.recipe.template"
 



More information about the checkins mailing list