Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #13323
| From | Roy Smith <roy@panix.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: using python in web applications |
| Date | 2011-09-15 09:42 -0400 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <roy-1C1F09.09423315092011@news.panix.com> (permalink) |
| References | <mailman.924.1315626929.27778.python-list@python.org> <53b67f0d-509a-46c4-83c8-7b9783ff1b5c@glegroupsg2000goo.googlegroups.com> <4E6C05CD.3010905@tysdomain.com> <mailman.1164.1316093103.27778.python-list@python.org> |
In article <mailman.1164.1316093103.27778.python-list@python.org>, Alan Plum <me@alanplum.com> wrote: > Django can be scaled down a lot, but it's a full-featured framework at > its heart. You can pick and chose which parts of django you want to use. You don't need to use any of the Django model stuff. You don't need to use any of the template system. You can tear out all or most of the default middleware. At that point, about all that's left is the route parser and dispatch code. The nice thing about this is that as you incrementally discover which pieces of it you really do need, it's easy to pull them in. That being said, we've made a lot of use of Tornado for small stand-alone web services with just a couple of routes. In retrospect, it's unclear if there's any justifiable argument for why we use both Tornado and Django, other than hysterical raisins.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-09 21:54 -0600
Re: using python in web applications Ben Finney <ben+python@benfinney.id.au> - 2011-09-10 14:19 +1000
Re: using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-10 14:53 -0600
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 16:35 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 16:35 -0700
Re: using python in web applications "Littlefield, Tyler" <tyler@tysdomain.com> - 2011-09-10 18:50 -0600
Re: using python in web applications Chris Angelico <rosuav@gmail.com> - 2011-09-11 13:53 +1000
Re: using python in web applications Alan Plum <me@alanplum.com> - 2011-09-15 15:24 +0200
Re: using python in web applications Roy Smith <roy@panix.com> - 2011-09-15 09:42 -0400
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 20:21 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-10 20:21 -0700
Re: using python in web applications Tim Roberts <timr@probo.com> - 2011-09-11 11:48 -0700
Re: using python in web applications hidura@gmail.com - 2011-09-11 19:53 +0000
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-11 12:22 -0700
Re: using python in web applications Laurent <laurent.payot@gmail.com> - 2011-09-11 12:22 -0700
Re: using python in web applications alex23 <wuwei23@gmail.com> - 2011-09-12 23:56 -0700
csiph-web