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 "http://path/to/header.html"; %}

I'm using django 1.1

I have complete control over the assets server, and timing out is not
an issue.  If it times out then I'll have about 400,000 emails from
other sites so I don't need to worry about it.  Caching would be nice,
but I'd prefer to get something working first, then consider caching
afterwards.

Has anyone done this or got any tips or help on how to do it?

Thanks in advance

V

-- 
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.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to