Massimo,
Thank you so much that did it, and now it make's life so much easier :)
Not I can also pass each Template ID and make a HyperLink to view the text
as well.
This is great man, thanks for the help
Sif
On Tuesday, July 22, 2014 12:43:05 AM UTC-6, Massimo Di Pierro wrote:
>
> I understand
I understand you should not use return but you should build a response, for
example:
def index():
import requests
import json
url = "https://10.10.10.1/wapi/2/";
object_type = "config_templates/search"
data = requests.get(url + object_type, verify=False, auth=('myuser',
'myp
Massimo,
Thanks for replying, I'm both new to Python and web2py (loving it so far)
Here is an example of the JSON file this is showing one device config
return:
{
"config_templates": [
{
"_class": "ConfigTemplate",
"created_at": "2012-02-24 11:37:53",
I am not sure what you mean by:
for entry in decoded['config_templates']:
return entry['name']
why do you have a return in a loop? It will only return the first time. The
cli may do something unusual.
On Friday, 18 July 2014 16:15:11 UTC-5, Sif Baksh wrote:
>
>
> My very first besides
On May 6, 3:53 am, Yarko Tymciurak
wrote:
> On May 5, 2:46 pm, ScOut3R wrote:
>
>
>
>
>
> > On May 5, 6:02 am, Yarko Tymciurak
> > wrote:
>
> > > On May 4, 4:19 pm, ScOut3R wrote:
>
> > > > Here it goes. First of all, I'm not a developer by profession, not
> > > > even a web developer. You'll
On May 5, 2:46 pm, ScOut3R wrote:
> On May 5, 6:02 am, Yarko Tymciurak
> wrote:
>
> > On May 4, 4:19 pm, ScOut3R wrote:
>
> > > Here it goes. First of all, I'm not a developer by profession, not
> > > even a web developer. You'll notice it on the design. By the way, I
> > > like the default styl
Thank You! Feel free to use it if You need it!
Best regards,
Mate
On May 5, 5:58 pm, Thadeus Burgess wrote:
> Nice work!
>
> --
> Thadeus
>
> On Tue, May 4, 2010 at 11:02 PM, Yarko Tymciurak
>
> wrote:
>
> > On May 4, 4:19 pm, ScOut3R wrote:
> >> Here it goes. First of all, I'm not a developer
On May 5, 6:02 am, Yarko Tymciurak
wrote:
> On May 4, 4:19 pm, ScOut3R wrote:
>
> > Here it goes. First of all, I'm not a developer by profession, not
> > even a web developer. You'll notice it on the design. By the way, I
> > like the default style mdipierro. ;)
>
> > The app is about storing
Nice work!
--
Thadeus
On Tue, May 4, 2010 at 11:02 PM, Yarko Tymciurak
wrote:
>
> On May 4, 4:19 pm, ScOut3R wrote:
>> Here it goes. First of all, I'm not a developer by profession, not
>> even a web developer. You'll notice it on the design. By the way, I
>> like the default style mdipierr
On May 4, 4:19 pm, ScOut3R wrote:
> Here it goes. First of all, I'm not a developer by profession, not
> even a web developer. You'll notice it on the design. By the way, I
> like the default style mdipierro. ;)
>
> The app is about storing personal dvds, music cds, books and keep
> track of any
Here it goes. First of all, I'm not a developer by profession, not
even a web developer. You'll notice it on the design. By the way, I
like the default style mdipierro. ;)
The app is about storing personal dvds, music cds, books and keep
track of any lent items and a wishlist. That's pretty basic,
Please, do tell!
--
Thadeus
On Tue, May 4, 2010 at 3:20 PM, mdipierro wrote:
> We look forward to hear verything. ;-)
>
> On May 4, 1:07 pm, ScOut3R wrote:
>> Hey There!
>>
>> My first web2py application started as a learning course and the
>> application was designed for personal use but I
We look forward to hear verything. ;-)
On May 4, 1:07 pm, ScOut3R wrote:
> Hey There!
>
> My first web2py application started as a learning course and the
> application was designed for personal use but I thought that maybe the
> public would be interested in it. Is this the right place to
> "adv
On May 4, 1:07 pm, ScOut3R wrote:
> Hey There!
>
> My first web2py application started as a learning course and the
> application was designed for personal use but I thought that maybe the
> public would be interested in it. Is this the right place to
> "advertise" a web2py based app which might
14 matches
Mail list logo