Re: Displaying contrast of a queryset

2024-04-28 Thread manohar chundru
print(p) On Sun, Apr 28, 2024 at 12:25 AM Abdou KARAMBIZI wrote: > Hello friends, > > products = Task.objects.select_related().all() > for p in products: > print(p.product.product_name) > > This gives product that has relation in Task model but *I need product > which doesn't have relation in

Re: Challenge hosting a django project on render

2024-04-07 Thread manohar chundru
can On Thu, 4 Apr 2024, 9:12 pm ALINDA Fortunate, wrote: > Hello team I am finding challenges in hosting my project on render it > shows the webservice is live and it brings this error any help > > Error during template rendering > > In template /opt/render/project/src/templates/home.html,