[Checkins] SVN: bluebream/website/docs/v1.0/tutorial1.rst mentioned the possible error

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 01:22:45 EST 2010


Log message for revision 108248:
  mentioned the possible error
  

Changed:
  U   bluebream/website/docs/v1.0/tutorial1.rst

-=-
Modified: bluebream/website/docs/v1.0/tutorial1.rst
===================================================================
--- bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 06:02:18 UTC (rev 108247)
+++ bluebream/website/docs/v1.0/tutorial1.rst	2010-01-19 06:22:45 UTC (rev 108248)
@@ -762,6 +762,18 @@
   >>> list(root.keys())
   [u'mytracker']
 
+If you try to access the collector from the URL:
+http://localhost:8080/mytracker , you will get ``NotFound`` error
+like this::
+
+  URL: http://localhost:8080/mytracker
+  ...
+  NotFound: Object: <tc.main.ticketcollector.Collector object at 0x9fe44ac>, name: u'@@index'
+
+This error is raised, because there is no view named ``index``
+registered for ``ICollector``.  The next section will show how to
+create a default view for ``ICollector`` interface.
+
 A default view for collector
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 



More information about the checkins mailing list