Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #71468

Re: SQLAlchemy - web framework ?

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: SQLAlchemy - web framework ?
Date 2014-05-13 07:11 -0400
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-EF4FFA.07112913052014@news.panix.com> (permalink)
References <17149f49-bb71-4c97-9d07-d80766b93865@googlegroups.com> <roy-60A628.21042312052014@news.panix.com> <d738b225-cf28-4114-a565-58a60919fe42@googlegroups.com>

Show all headers | View raw


In article <d738b225-cf28-4114-a565-58a60919fe42@googlegroups.com>,
 flebber <flebber.crue@gmail.com> wrote:

> Roy.that is interesting that you can use mongoengine. 
> 
> Recent google results such as seem to assert there are a lot of inherent risk 
> in swapping out components, though I may be misinterpreting it. 
> http://www.slideshare.net/daikeren/tradeoffs-of-replacing-core-components

I wouldn't take every slideshow I find on the net as gospel.  There is 
risk in doing anything.  The only slide I find of much value in that 
deck is 22, but that's pretty much a requirement anyway.  Most of the 
rest is just fear mongering.

FWIW, we don't use any third-party packages, and we don't use the admin.  
If those things are important to you, then I agree, swapping out the ORM 
will be interesting.  Mostly what we use from django are the middleware 
framework (we write a lot of our own middleware), url parsing, and view 
dispatch.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-12 16:34 -0700
  Re: SQLAlchemy - web framework ? Iuri <iurisilvio@gmail.com> - 2014-05-12 21:44 -0300
  Re: SQLAlchemy - web framework ? Ben Finney <ben@benfinney.id.au> - 2014-05-13 10:55 +1000
  Re: SQLAlchemy - web framework ? Roy Smith <roy@panix.com> - 2014-05-12 21:04 -0400
    Re: SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-12 22:28 -0700
      Re: SQLAlchemy - web framework ? Roy Smith <roy@panix.com> - 2014-05-13 07:11 -0400
        Re: SQLAlchemy - web framework ? flebber <flebber.crue@gmail.com> - 2014-05-14 00:27 -0700
          Re: SQLAlchemy - web framework ? Ben Finney <ben@benfinney.id.au> - 2014-05-14 17:45 +1000
  Re: SQLAlchemy - web framework ? Sayth Renshaw <flebber.crue@gmail.com> - 2014-05-13 11:29 +1000
  Re: SQLAlchemy - web framework ? Amirouche Boubekki <amirouche.boubekki@gmail.com> - 2014-05-23 14:48 +0200

csiph-web