comments ,顾名思义,它是用来处理用户评论的。 托 contenttypes 的福,它可以处理对任意 model 的评论!是一个通用的 comment 框架!并且它自带有相关的urls配置、templates、templatetags、控制器,可以很方便地将它们整合到项目中来。 comments 框架围绕两个关键 model 分成相对独立的两部分:Comment 和 FreeComment ,前者是一个相当复杂的评论系统,包括reviews, ratings, attached images, reputation over time, flagging of potentially bad content, user bans and groups of moderators who can remove comments 等许多功能!后者是个简单的版本,只有一些基本的评论的功能。 关于 FreeComment 部分已经有一些不错的文档了:Using Django's Free Comments , Django tips: Hacking FreeComment 。 Comment 部分虽然功能多一些,不过结合对 FreeComment 使用方法的介绍和对代码的阅读,应该搞清楚也不是难事,也许有时间有机会会去仔细研究一下。
2006年9月14日星期四
订阅:
博文评论 (Atom)
Profile
- 黄毅
- 深圳, 广州, China
- I Love Python !
Recent Posts
Recent Comments
Tags
- 设计模式 (1)
- ajax (3)
- allegra (1)
- cherrypy (1)
- compiler (1)
- continuation (2)
- descriptor (1)
- django (17)
- dotnet (1)
- framework (2)
- functional (1)
- genshi (1)
- gtk (1)
- haskell (1)
- inkscape (1)
- IronPython (2)
- javascript (1)
- libevent (1)
- mako (1)
- metaclass (4)
- mochikit (1)
- network (1)
- newforms (1)
- orm (1)
- others (18)
- paste (1)
- PEAK (1)
- pickle (1)
- ply (1)
- pocoo (1)
- pypy (3)
- python (38)
- python3000 (3)
- rails (2)
- REST (3)
- sqlalchemy (3)
- stackless (3)
- turbogears (1)
- tutorial (1)
- vim (1)
- web (11)
- wsgi (1)
Who"s Reading
Blog Archives
-
▼
2006
(31)
-
▼
九月
(14)
- compatibility of IronPython
- python is obvious !
- 意外收获:get_caller
- PLY: 一个以教学为目的的lex、yacc实现
- laying out an application
- django 的 contribs 之 comments
- Rails/Django comparison synopsis
- Pocoo: 半个框架
- usable stackless
- django 的 contribs 之 contenttype
- django apps repository!
- 使用 python2.5 中增强的 yield 模拟 StacklessPython
- python web 框架可真多!
- 有家的感觉,真好 !
-
▼
九月
(14)
0 评论:
发表评论