my buddy and i have created a Standard CRUD (SCRUD) spec that we'd
like to use across projects and frameworks
before we get totally dependent on the pattern, I want to make sure
there's not some better solution out there, or some ideas that will
improve the design
below is the spec we came up wit
i'm interested in getting opinions on a small wsgi framework i
assembled from webob, sqlalchemy, genshi, and various code fragments i
found on the inter-tubes
here is the interesting glue - any comments / suggestions would be
much appreciated
--
the wsgi app
--
def
On Jul 7, 5:19 am, Bruno Desthuilliers wrote:
> timmyt a écrit :
>
> > i'm interested in getting opinions on a smallwsgiframework i
> > assembled from webob, sqlalchemy, genshi, and various code fragments i
> > found on the inter-tubes
>
> > here