From 8fdcf54bee2cf9609bf4a6a2a0e13a9632ad295b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 Dec 2010 16:23:54 -0500 Subject: garden --- TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 546ae8f1b..e3c2e5f6c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -22,7 +22,8 @@ Must-Have (before 1.0) - Explore static file return from handler action using wsgiapp2 + fileapp. - Document ``config.add_route('catchall', '/*subpath', - view=static_view('some:asset/spec'))`` + view=pyramid.views.static('some:asset/spec'))``, and explain that + ``static`` requires ``subpath``. Should-Have ----------- -- cgit v1.2.3