Search Results

1
vote
2answers
180 views

using django, how to create method in model to return query data

In the following code, I'm tyring to create the method show_pro that will show all Arguments for the Case that are pro. I am getting this error: >>> Case.objects.a …