From 0025e98c245a170d319510b0ba02a1b745d7adc8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 22 Aug 2011 16:16:32 -0400 Subject: garden --- TODO.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.txt b/TODO.txt index cba1f5e02..29869630d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,16 @@ Pyramid TODOs ============= +Should-Have +----------- + +- Example of using paste prefix middleware to fix https-vs-http when + deploying via proxy: + https://docs.pylonsproject.org/projects/pyramid_cookbook/dev/deployment/nginx.html#step-2-starting-paster + +- Fix conflict behavior for routes and auth policies (define phases and use + order=). + Nice-to-Have ------------ -- cgit v1.2.3