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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What’s your favorite Django app?

42 点作者 niels超过 14 年前

5 条评论

stuartk超过 14 年前
I still believe South should be included in Django itself, but the South devs wanted to keep it as a separate app.<p>I remember when I first started learning Django. You follow the tutorial, write your models. Then you start playing about and want to add an extra field to a model and....oh wait, I need to either add it manually to the database or use a 3rd party app to do it.<p>To my mind it's part of the workflow as you build an app.
评论 #1862340 未加载
评论 #1862197 未加载
评论 #1862674 未加载
mseebach超过 14 年前
Back when I first started looking at Django, the "apps" concept looked really promising. That you'd never need to worry about writing a comments-system again, because there would be a comments-app. That you don't need to integrate your main app with your blog and your CMS, because they'd just be separate apps that you'd drop in and forget about.<p>But the mentioned apps .. aren't. They are tools, plug-ins and libraries. What a shame.
评论 #1862825 未加载
评论 #1862379 未加载
评论 #1862801 未加载
评论 #1862724 未加载
评论 #1862303 未加载
marcc超过 14 年前
I don't know... Schema migration is rare and something I want complete control over while the debug toolbar is something I use constantly. I definitely would have submitted a vote for the toolbar.
评论 #1862689 未加载
levigross超过 14 年前
I hope django.contrib moves forward in the right direction and these makes these apps reusable
geoffbp超过 14 年前
my fav is probably sorl.thumbnail, followed by template_utils