Pythoni wrote:
> In PHP can be used
> <?php
> 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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to