Hi again,
In the current github wiki tutorial (
https://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki2/src/authorization/tutorial/__init__.py)
there are two small bugs:
* the command
config.add_route('view_wiki', '/')
is written both at lines 24 and 30 which causes a crash when launching
paster serve.
* there is no "add_view" using the view_wiki route name, so we get a 404
error when trying to load the 'http://localhost:6543/' route url.
Best,
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.