I\'ve got 2 questions, but they are related to the same topic.
I know how to retrieve data from a for loop using template tags
for loop
{% for st
comments = usercomment.objects.order_by('-id')[:100]
I Did By This Method
First "comment" Is The Variable Name, "usercomment" Is Model Name, "id" is generated by django when make a model, [:100] is from 0 to 100 you can increase the number to infinite