Le 01/10/2015 22:30, Alex Glaros a écrit :
> This works.  But is it good programming?
>
> in controller, convert into a dict:
>
> |
>     location_data
> =dict(json.loads(fetch('http://ipinfo.io/%s/json'%request.client)))
> |
>
> in view:
>
> |
>   <dd>{{=location_data['city']}}</dd>
> |

As Leonel said, you should access it with "city" directly.

Kind regards,

-- 
“One original thought is worth a thousand mindless quotings.”
“Le vrai n'est pas plus sûr que le probable.”

                                              Diogene Laerce


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to