Re: How to translate into Django

2008-10-16 Thread Jeff Anderson
Pythoni wrote: > In PHP can be used > include "http://url_address";; > ?> > > > How must I translate that to be able to use it in Django? > Use a Python library to fetch the content, and set a context variable passed to a template to hold the included content. Jeff Anderson signature.asc De

Re: How to translate into Django

2008-10-16 Thread Brett Parker
On 16 Oct 08:09, Pythoni wrote: > > In PHP can be used > include "http://url_address";; > ?> > > > How must I translate that to be able to use it in Django? First off, is that a fixed string URL... Second, is that a site under your control that you're including if one isn't true, probably a

How to translate into Django

2008-10-16 Thread Pythoni
In PHP can be used http://url_address";; ?> How must I translate that to be able to use it in Django? Thanks for help. Cheers, Jo. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t