From b65d8eacda1da9105b027e8e02e95be13854061a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 21 Dec 2008 20:49:45 +0000 Subject: - Updated paster template "ez_setup.py" to one that requires setuptools 0.6c9. - Turn ``view_execution_permitted`` from the :mod:`repoze.bfg.view` module into a documented API. - Doc cleanups. --- docs/narr/MyProject/MyProject.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/narr/MyProject/MyProject.ini') diff --git a/docs/narr/MyProject/MyProject.ini b/docs/narr/MyProject/MyProject.ini index c1ff50547..f5d094dff 100644 --- a/docs/narr/MyProject/MyProject.ini +++ b/docs/narr/MyProject/MyProject.ini @@ -5,6 +5,7 @@ debug = true use = egg:MyProject#app reload_templates = true debug_authorization = false +debug_notfound = false [server:main] use = egg:Paste#http -- cgit v1.2.3