Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 django 评论应用程序允许用户在我的网站上提交评论,但想要嵌套评论。这样用户就可以发布评论作为对特定用户评论的回复,我还可以向用户发送通知,以防有人回复他们的评论。
是否可以使用内置的 django 评论应用程序,还是我必须扩展它?