On Tue, Nov 22, 2011 at 2:26 PM, vanderkerkoff wrote:
> Thanks Tom
>
> I went for option 2. Here's what I've done so far, works ok at the
> moment, will need some tidying up and caching.
>
> geturl.py in my mytags/templatetags folder
>
> from django import template
> from django.template import L
Thanks Tom
I went for option 2. Here's what I've done so far, works ok at the
moment, will need some tidying up and caching.
geturl.py in my mytags/templatetags folder
from django import template
from django.template import Library, Node
register = Library()
class GetUrlNode(Node):
de
On Tue, Nov 22, 2011 at 12:14 PM, vanderkerkoff wrote:
> Hello everyone
>
> I've done some initial digging and found some solutions that I can't
> seem to get working for a variety of reasons, thought I'd ask here.
>
> We've got an external assets server that spews out html. I need to
> load up t
Hello everyone
I've done some initial digging and found some solutions that I can't
seem to get working for a variety of reasons, thought I'd ask here.
We've got an external assets server that spews out html. I need to
load up that html in the base.html template.
Something like
{% render_html
4 matches
Mail list logo