Re: Freelance Opportunity : Django Developer for building A Dialer

2024-05-03 Thread Raunak Ron
I am Interested. On Monday 29 April 2024 at 19:45:53 UTC+5:30 Pankaj Saini wrote: > I am interested in this position. > > I have an experience in Django Development with strong Python. > > On Tue, Apr 2, 2024, 10:49 PM Abhishek J > wrote: > >> Dear Developers, >> >> I need to build an android

Newbie

2024-05-03 Thread Cindy Pearl Soriano
Hello everyone, can somebody help how to make an interactive site sor logging system? -- ---*DISCLAIMER AND CONFIDENTIALITY NOTICE* The Mindanao State University-Iligan Institute of Technology   (MSU-IIT) makes no warranties of any kind, whether expressed or implied,

Re: Displaying contrast of a queryset

2024-05-03 Thread Abdou KARAMBIZI
ThanksKelvin Macharia Now it is working properly On Wed, May 1, 2024 at 9:24 PM Kelvin Macharia wrote: > Actually: > Query for tasks without relations to Product > > tasks = Task.objects.filter(product__isnull=True) > > after setting product field optional in as follows: > > product =