From d54c521adb087540e9954ac4f266fe699b5f648d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 2 Jan 2011 15:33:20 -0500 Subject: suggestion from raydeo --- TODO.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.txt b/TODO.txt index 5b8429d4d..2414658d2 100644 --- a/TODO.txt +++ b/TODO.txt @@ -27,6 +27,10 @@ Must-Have (before 1.0) Should-Have ----------- +- Convert paster template and tutorial HTML templates to use + ``request.static_url('{{package}}:static/foo.css') rather than + ``${request.application_url}/static/foo.css``. + - Add notes about renderer response attrs to request docs. - Add an example of using a cascade to serve static assets from the root. -- cgit v1.2.3