开发者

Custom Templates/Forms for Django Comments

How would I make my own cu开发者_开发知识库stom templates/forms for the built in Django Comments Framework?


If you just want to override (specific) templates put them in templates/comments (a technique not only valid for contrib.comments but for all reusable apps including Django's admin.).

If you want to edit the builtin forms you have to extend contrib.comments as mentioned and explained in the docs.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜