1
Answer

I have django model which has column STATUS. i want the count of Comp

I have django model which has column STATUS. i want the count of Complete status. I am using ListView to display all the data but in summary I can't display Completed count. Someone please help. Thanks in advance

Answers (1)