an understandable trivial example with pure gae (no additional django
patch needed just a recent sdk):
.py:
path = os.path.join(os.path.dirname(__file__), 'directory',
'detail.html')
a='www.google.com'
self.response.out.write(template.render(path, {'a':a,

...othervariables

detail.html:
{{a|urlize}}

urlize should be no problem provided the variable's value with the
link is set. it will complete.
regards
Niklas Stockholm

On Mar 6, 7:03 pm, thebrianschott <[email protected]> wrote:
> Andrew and Niklas,
>
> I only now got around to trying the Django {{urlize}} b/c I just read
> these replies. I incorrectly thought I had asked replies to come to my
> email, so I did not notice your replies earlier. {{urlize}}  messed up
> my SDK version of the app, but that may be because I have not upgraded
> my SDK for a couple of months. I'll try again later. What happened is
> the application just slowed to a halt and after a long delay (20
> minutes?) it finally finished without having urlized.
>
> Brian in Atlanta
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to