TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A longish review of python frameworks

4 点作者 Keios将近 18 年前

2 条评论

far33d将近 18 年前
Good review, especially of django. However, one tiny gripe: it's actually really easy to use an arbitrary templating system with django. Since HttpResponse objects just take strings, you don't have to use render_to_response(..), you could easily generate your html string from mako and pass that to a hand created HttpResponse (or write your own render_to_response). <p>I also don't think it would be very difficult to amend the url dispatch either.<p>
inklesspen将近 18 年前
I'm pretty sure this was posted here earlier. Though, since the blog post is two months old, I can't find the previous post.<p>Anyhow, I know this guy vaguely; he pops into #pylons now and then. As far as I know, he still hasn't _built_ anything with any of these frameworks.
评论 #25706 未加载