开发者

If I just want a simple comment box below my entry, should I use Django's comment framework or write my own?

开发者 https://www.devze.com 2023-01-30 15:40 出处:网络
I\'m split between writing my own comments model (pretty easy model, foreign key it to the entry) or using the full-out Django comment fr开发者_运维知识库amework.

I'm split between writing my own comments model (pretty easy model, foreign key it to the entry) or using the full-out Django comment fr开发者_运维知识库amework.

I mean, for right now, I just want a basic box for people to post a comment. That's it.


Um... yes?

More seriously - whatever makes you happier. If you're in a hurry, roll your own; if you have a bit more time, by all means get to know the Django system; it'll probably be worthwhile in the longer run.

0

精彩评论

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