An easy way to work with webservices and create template tags.
0 views
Skip to first unread message
tristan
unread,
Mar 4, 2009, 1:27:12 PM3/4/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I'm a designer learning python and Django by example, and its a
brilliant system.
On my project I have a set of our own XML webservices to call using a
variety of methods. The aim is to then get access to the data returned
and expose the individual elements in the XML as Django template tags
that I can then manipulate in my web application.
I have looked at the amazon web service example, but its a little over
my head. I wondered if anyone had any libraries that I might be able
to adapt to do this without having to write too much python?