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-
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
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.
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):
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
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
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
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
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.
9 matches
Mail list logo