Re: ensuring a string does not get escaped in views.py

2008-10-18 Thread Christian Joergensen
Kevin wrote: > album_uri_to_copy might look like: > http://www.ggpht.com//data/feed/api/user/someuser/album?id=4rdioE_s&kind=photo > > When calling: > album_feed = gclient1.GetFeed(album_uri_to_copy) > > from a Python shell it works fine. When calling it from Django it > returns an Exception say

ensuring a string does not get escaped in views.py

2008-10-17 Thread Kevin
All, I am new to Python and Django. I'm quickly catching on but have finally run in to my first issue. I'm building a simple app that will work with Google's Picasa. The idea is to copy an album from one account to another, something that Picasa won't let you do in its interface. Here's the thi