hi ..im trying to use django threaded comments however im stuck in how to correctly set values in this:
{% get_comment_form for [object] as [varname] with [parent_id] %}
{% get_comment_form for [app].[model] [object_id] as [varname] with [parent_id] %}
{% render_comment_form for [object] with [parent_id] %}
{% render_comment_form for [app].[model] [object_id] with [parent_id] %}.
can someone pls point me to a complete tutorial in setting this up.