--
You received this message because you are subscribed to the Google Groups "pylons-discuss" group.
To post to this group, send email to pylons-...@googlegroups.com.
To unsubscribe from this group, send email to pylons-discus...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
I'd be interested in seeing that :-)
I've been stalling for months on writing a tutorial to demonstrate how you can structure a UI-rich application with Pyramid, partly because it'd rely heavily on YUI for the client-side features, and that's not something everyone wants to learn or use. It comes down to me
http://docs.pylonsproject.org/projects/pyramid_cookbook/dev/
> To unsubscribe from this group, send email to pylons-discuss
> +unsub...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>
>
>
>
> --
> You received this message because you are subscribed to the Google
> Groups "pylons-discuss" group.
> To post to this group, send email to pylons-...@googlegroups.com.
> To unsubscribe from this group, send email to pylons-discuss
> +unsub...@googlegroups.com.
The way I'd do it would probably be to implement a custom authentication
policy
(http://docs.pylonsproject.org/projects/pyramid/1.1/narr/security.html#creating-your-own-authentication-policy) but using a built-in authentication policy with a "callback" (aka "groupfinder" ala the tutorials) is another option. Either way is "correct".
> I understand that Pyramid deliberately doesn't specify these things
> and I don't expect hand holding - just adding my encouragement from a
> relative newbie perspective.
Sure. I add stuff to the cookbook as it comes up based on repeat
requests for info, so we're almost literally writing the cookbook right
now.
- C