Wow, that really explains it superbly also pointing me to the right
place onwards. Many thanks Chris!
On Thu, Mar 3, 2011 at 8:11 AM, Chris Rebert wrote:
> On Wed, Mar 2, 2011 at 11:50 PM, Niklasro wrote:
>> Hi
>> I got problems with escape displaying like junk when upgrading from
>> django 0.96
On Wed, Mar 2, 2011 at 11:50 PM, Niklasro wrote:
> Hi
> I got problems with escape displaying like junk when upgrading from
> django 0.96 to 1.2 with google app engine.
> The code is
>
> # let user choose authenticator
> for p in openIdProviders:
> p_name = p.split('.')[0] #
Hi
I got problems with escape displaying like junk when upgrading from
django 0.96 to 1.2 with google app engine.
The code is
# let user choose authenticator
for p in openIdProviders:
p_name = p.split('.')[0] # take "AOL" from "AOL.com"
p_url = p.lower()