summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-22 02:16:55 -0400
committerChris McDonough <chrism@plope.com>2011-08-22 02:16:55 -0400
commit3d338ea5737b7c113b17120b40684e2694cf3fa9 (patch)
tree4bbca1ffb7dfcc1570c6c8d06884832b0be70237 /TODO.txt
parent6413015a8f5f4de675016f33640b483bb0ecb56f (diff)
downloadpyramid-3d338ea5737b7c113b17120b40684e2694cf3fa9.tar.gz
pyramid-3d338ea5737b7c113b17120b40684e2694cf3fa9.tar.bz2
pyramid-3d338ea5737b7c113b17120b40684e2694cf3fa9.zip
- Use [app:main] instead of a pipeline in all scaffolds and tutorials
and narrative docs. - Break out awkward description of PasteDeploy entry points from project chapter into its own Paste chapter.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index 088d20e9f..744e97778 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,14 +1,11 @@
Pyramid TODOs
=============
-Should-Have
------------
-
-- Name WSGI app "main" instead of pipeline in scaffold configs?
-
Nice-to-Have
------------
+- Flesh out "paste" chapter.
+
- Move configuration-related stuff in "static" to config/views, from
"settings" to config/settings, "renderers" to config/rendering, "asset" to
config/assets, and possibly mako/chameleon rendering stuff to