Generating PDF from a html file

2009-08-10 Thread Bala kumar
Can anyone please suggest me a good open source python lib for generating PDF files from HTML file. Mainly I want to display an formatted table with some images.. Thanks, Bala --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

Validation within models.py

2009-07-01 Thread Bala kumar
Hi, Is it possible to apply validation on particular field within models.py?. I have the below model defined, the form is dynamically managed by Django Admin class CategoryMapping(models.Model): categoryid = models.AutoField(primary_key=True,) categorytype = models.CharField( max_