summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-24 15:39:07 -0500
committerChris McDonough <chrism@plope.com>2010-12-24 15:39:07 -0500
commitc5acd0807c9cda79ed5ee36ec98474d607922e05 (patch)
tree80bef8e0ee264454195876477d39a915873141e9 /TODO.txt
parentc9320849bfe10b07a294033c99f0b45733d6f79b (diff)
downloadpyramid-c5acd0807c9cda79ed5ee36ec98474d607922e05.tar.gz
pyramid-c5acd0807c9cda79ed5ee36ec98474d607922e05.tar.bz2
pyramid-c5acd0807c9cda79ed5ee36ec98474d607922e05.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d73583cab..8771cdd42 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,6 +14,9 @@ Must-Have (before 1.0)
- Add an example of serving a static asset from the root using a view.
+- Add an example of serving a static asset using a view by setting
+ response.app_iter and the response content-type/content-disposition.
+
- Add an example of using a cascade to serve static assets from the root.
- Explore static file return from handler action using wsgiapp2 + fileapp.