I am using django comments app to allow user to submit comments on my site, but want to have nested comments. So that user can post comment as a reply to a particular user's comment and I can also send notifications to the user in case somebody replies to their comments.
Is it possible using the inbuilt django comments app or will I have to extend it?