Re: Images are not showing up in the page

2023-04-09 Thread Sahan Srinivas
Yeah thanks everyone, the problem is resolved. On Sun, Apr 9, 2023 at 5:19 PM Kiyavilo Msekwa wrote: > If you are running it on a live server make sure that media/photos folder > is on public_html before you run load %satic% since the access to the > domain will look into public_html folder to

Re: Images are not showing up in the page

2023-04-09 Thread Kiyavilo Msekwa
If you are running it on a live server make sure that media/photos folder is on public_html before you run load %satic% since the access to the domain will look into public_html folder to which Django does not run from. I had previously encountered similar situation and the solution was to copy

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