sending email using django template engine -
i using django's template engine render email templates.
i have no requestcontext when rendering email, there have no access static_url , cant use {% url %} template tag.
how can make work while not generating email view function ?
if want add domain/url may site model:
message_data.update({'site': site.objects.get_current()})
Comments
Post a Comment