On Apr 18, 2011, at 12:13 PM, Gopalakrishnan S wrote:

> I am coming from Pylons background and started studying the Pyramid
> and looking forward to migrate my site to Pyramid.
> 
> 1. Are those repose.who and repoze.what are integral part of Pyramid
> or any other recommended packages available here? I want to SqlAlchemy
> based user/group or user/group/permission model with tutorial. I am
> not sure the Authorization/Authentication framework is based on
> repoze.who/what.

You don't need repoze.who/what, you can do the security just with Pyramid as it 
comes with its own.

> 2. Python RUM is not yet ported back to Pyramid, what are the other
> choices of framework that can support create the forms based on
> SqlAlchemy? I am confused between deform and pyramid-simple form,
> which one should I user? After having experience with RUM package,
> somehow I do not want out-of-the-box CRUD tool.

pyramid_formalchemy can setup a complete admin site using SQLAlchemy models and 
pyramid. It's also quite extensible as its using Pyramid extension points that 
let you override templates used, etc.

> Pyramid looks very positive and I could see very early stage packages
> are started emerging around the net. Someone trying CMS, other try
> CRUD Manager like tools. I know Pyramid is web framework, it may stop
> with that goal like Pylons but I would to know whether Pyramid/team to
> support any app specific libs like blog/cms/admin modules etc.

Right now, we're watching what people build, and some of the TG folks moving 
over are trying out different approaches. As TG has merged as well, there will 
be a 'higher level' set of assumptions on top of Pyramid that is capable of 
supporting a blog/cms/admin type modules in the future.

Cheers,
Ben

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

Reply via email to