Django provides an excellent comments application. However, I do not want to use other fields such as user_email , user_url , etc. I want to develop a system of nested comments (for example, Quora , unlike Facebook ). But I can't figure out how to promote the template mentioned in the Django docs as it uses all the fields under the comments . Are there any helpful articles / guides that might be helpful?
source share