Re: Displaying contrast of a queryset

2024-05-01 Thread Kelvin Macharia
need product >>> which doesn't have relation in Task * >>> >>> *Means we have products have relations in Task model and others with no >>> relation in Task model and I need a queryset to display those with no >>> relations in Task * >>>

Re: Displaying contrast of a queryset

2024-05-01 Thread Kelvin Macharia
s have relations in Task model and others with no > relation in Task model and I need a queryset to display those with no > relations in Task * > > > > > On Sat, Apr 27, 2024 at 4:57 PM Kelvin Macharia > wrote: > >> Before I share my thoughts here is a question

Re: Displaying contrast of a queryset

2024-04-27 Thread Kelvin Macharia
Before I share my thoughts here is a question for you. Where do you expect your product to be printed out? Here is what I think you should try out. First, the source code looks correct to me. Your view only get triggered when you access the routes(url) pointing to this view via the browser