Re: Looking for a Learning Buddy

2023-06-18 Thread Harsh Vyas
Hey, I would like to join too. I have an experience in enterprise django project and would like to upskill myself learning ML. Thanks and Regards, Harsh Vyas On Sat, Jun 17, 2023, 3:30 AM John Ayodele wrote: > Hi! It's John. > > I am currently looking for a learning buddyď’ˇ, fo

Re: Scheduler with Django on Windows platform

2023-04-09 Thread Harsh Vyas
Try, Django Q On Tuesday, 28 March 2023 at 14:57:50 UTC+5:30 Robbi Nespu wrote: > Hi Django developers, > I am looking for any package that can do scheduler job. I am used with > "Django-crontab" but I can't use it on windows platform. > > Do you guys have any suggestion? > > -- > Regards >

Re: Using one query set for another query

2023-04-09 Thread Harsh Vyas
Hi, Need a slight justification on your case what exactly is the use case you need to resolve. So far, I understood you need to know details about unpaid bills, Approach 1:- Model bill_payment_history will have data for field date_paid in case of only paid bills, so you can try to query