summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-02 15:33:20 -0500
committerChris McDonough <chrism@plope.com>2011-01-02 15:33:20 -0500
commitd54c521adb087540e9954ac4f266fe699b5f648d (patch)
tree03fcf8de17dfd2457f02d6743168dbdd2a918e99
parentfd9c5b97220e59436c5af59ffa467877fef0df2f (diff)
downloadpyramid-d54c521adb087540e9954ac4f266fe699b5f648d.tar.gz
pyramid-d54c521adb087540e9954ac4f266fe699b5f648d.tar.bz2
pyramid-d54c521adb087540e9954ac4f266fe699b5f648d.zip
suggestion from raydeo
-rw-r--r--TODO.txt4
1 files changed, 4 insertions, 0 deletions
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.