Print a pdf file

2011-04-20 Thread pols
How can i print a pdf file when i press a button/link in my html template. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-

Print a pdf file

2011-04-20 Thread pols
What will i do to print a pdf file in django -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups

Re: Error on aggragate function-Count

2011-03-14 Thread pols
Thanks for correcting me...Its now working -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.

Error on aggragate function-Count

2011-03-11 Thread pols
hai I have two models as shown belove from django.db import models from django.db.models import Sum # Create your models here. class polls(models.Model): question = models.CharField(max_length=200) pubish_date = models.DateTimeField('Date published') def __unicode__(self):

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread pols
try re-installing thumbnail easy_install sorl-thumbnail==3.2.5 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsub

Re: Satchmo Error - Invalid block tag: 'thumbnail', expected 'else' or 'endif'

2011-03-10 Thread pols
Check in settings.py installed apps for the entry 'satchmo_utils.thumbnail', If not istalled add this.If you are using new version you may need to add {% endthumbnail %} in the templates before closing endif -- You received this message because you are subscribed to the Google Groups "Django use

Re: Override default django Registration email

2011-03-03 Thread pols
hai i need to send my activation_email.html template instead of activattion_email.txt.By default django sends only text emails as the activation mail.But i need to send this as html.so i need to override that email sending function.but i dont know how? -- You received this message because you a

Re: Override default django Registration email

2011-03-03 Thread pols
On Mar 3, 1:36 pm, pols wrote: > hai >      Anyone knows how to override djangos default registration > email(activation email).I > need to alter it to sent as HTML email instead of TEXT email.ie i need to > send my activation_email.html template intead of d

Override default django Registration email

2011-03-03 Thread pols
hai Anyone knows how to override djangos default registration email.I need to alter it to sent as html email instead of text email.As i am a bigner of django help me with complete information -- You received this message because you are subscribed to the Google Groups "Django users" group.