Re: pyramid CRUD

2011-02-13 Thread Eric Ongerth
That's some fine looking CSS! On Feb 12, 4:55 pm, "danjac...@gmail.com" wrote: > The screenshots look great. I'd be very interested in seeing this > developed further. > > On 11 February 2011 15:45, Andrew Mleczko wrote: > > > > > > > Beeing a bfg user (now also pyramid) I was searching for cru

Re: pyramid CRUD

2011-02-13 Thread Thomas G. Willis
I would love to see how you did the sqla, formaclhemy stuff with the jquery. Could be a good start to an admin interface for those type of apps that most people use django for. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this g

Re: simulating pylons 1 static handling in pyramid

2011-02-13 Thread Jeff Dairiki
On Fri, Feb 11, 2011 at 06:20:23PM -0800, Iain Duncan wrote: > > I want to have my Pyramid app look first for static html files when > given a path like > > /foo.html > > I can make this happen by using the following static declaration, but > that seems to hide other views as well: > >name=

Re: pyramid CRUD

2011-02-13 Thread danjac...@gmail.com
The screenshots look great. I'd be very interested in seeing this developed further. On 11 February 2011 15:45, Andrew Mleczko wrote: > Beeing a bfg user (now also pyramid) I was searching for crud > integration with rich UI. For our internal usage we have developed one > based on formalchemy (pl