1. I think it would be better if everything related to Pyramid/Pylons
were on a single system ( ie: GitHub or BitBucket ).
2. The Pyramid stuff should have better linkage on PylonsHQ.com ; its
a text-link buried in paragraphs.

3. I'm looking at the pyramid_sqla template.  question.. i see stuff
like this in the 'handlers':

    @action(renderer='index.html')
    def index(self):
        log.debug("testing logging; entered MainHandler.index()")
        return {'project':'myproject'}

does this mean you can't switch out the templates in these handler
methods ?  ie: when you need to display different templates based on
conditions  ?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to