6

Django provides an excellent comments app. However, I don't want to use the other fields like user_email, user_url etc. I want to develop a nested comment system (just like Quora does, unlike Facebook). But I can't understand how to go forward the template mentioned in the Django docs as its uses all the fields under the comments. Are there any useful articles/tutorials which could be of some help?

xan
  • 4,640
  • 13
  • 50
  • 83

1 Answers1

0

One of my work mate wrote a threaded comment system one year ago, you might find some interesting pointers just by looking at the source code (or you can simply use that, or fork it).

here is the link https://github.com/pterk/django-tcc

Tommaso Barbugli
  • 11,781
  • 2
  • 42
  • 41