Re: Queying 3 tables in Django

2023-05-17 Thread Oduwa Imade
I want to say thanks to all respondents. I got my code working now. I picked up Python/Django about 3weeks and one of the best decisions I've made so far is joining this community. Gracias! On Saturday, May 13, 2023 at 10:55:36 PM UTC+1 Oduwa Imade wrote: > Hello Guys! How do I write a mo

Queying 3 tables in Django

2023-05-13 Thread Oduwa Imade
Hello Guys! How do I write a model query in django python to get the User details(Recruitment) when i pass a search parameter( skill) to the Skill table? class Recruitment(models.Model): fname = models.CharField(max_length=50) lname = models.CharField(max_length=50) address =

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Oduwa Imade
Ok, I will try this also...thanks! On Thursday, May 11, 2023 at 9:57:15 PM UTC+1 Vishesh Mangla wrote: > why don't you just use weasyprint? > > On Thu, May 11, 2023 at 11:48 PM Oduwa Imade wrote: > >> Hello everyone, I would like to thank you for your concern and support >

Re: PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Oduwa Imade
, 14:25 Vishesh Mangla, wrote: >> >>> Try weasyprint >>> >>> On Thu, 11 May, 2023, 18:38 Oduwa Imade, wrote: >>> >>>> Hello Guys! I am trying to generate a Pdf doc(reading data from a >>>> database) on Django with xhtml2pdf library.

PDF generation with xhtml2Pdf in Django

2023-05-11 Thread Oduwa Imade
Hello Guys! I am trying to generate a Pdf doc(reading data from a database) on Django with xhtml2pdf library. but i encounter this error when i hit the 'Create PDF' button: ValueError at /RecruitmentApp/createcvpdf with cell(0,0) containing ' size=x' data error - 23 rows in data but 22 row