是否有任何用Django编写的博客引擎列表?

时间:2020-03-05 18:58:44  来源:igfitidea点击:

是否有任何用Django编写的博客引擎列表?

解决方案

回答

Byteflow是使用Django用Python编写的博客引擎

回答

詹姆斯·本内特(James Bennett)对这个问题有一个有趣的看法:

“where can I find a good Django-powered blogging application” is probably at the top of the frequently-asked questions list both on django-users and in the IRC; part of this is simply that, right now, there is no “definitive” Django blogging application; there are a bunch of them available if you go looking, but you’re not likely to get anyone to recommend one of them as “the” Django blogging app (unless the person doing the recommending happens to be the author of one of them).

博客条目也有一个列表。

回答

编辑:原始链接已失效,因此这是更新的链接,列表的摘录与顶部的最新更新的源一起排序。

我们应该知道的十一个Django博客引擎

通过Monty Lounge Industries

Biblion
  Django-article
  Flother
  Basic-Blog
  Hello-Newman
  Banjo
  djangotechblog
  Django-YABA
  Shifting Bits (this is now just a biblion blog)
  Mighty Lemon
  Coltrane

回答

Django强大的管理界面和简单的ORM,使我们可以轻松地建立一个适合我们需求的博客,工作时间为30分钟;当我们能够快速制作出自己的第三方产品时,为什么还要寻找它?

回答

内森·博罗(Nathan Borror)提供了大量带有博客的"基本应用"。这些都是写得很好,文档齐全的应用程序,我们应该尝试一下,从中获取想法,等等。

http://code.google.com/p/django-basic-apps/

回答

《实用Django项目》一书提供了有关如何创建Django博客应用程序的教程。