Hi!
Anybody knows how to contact owner of the website "web2pyslices.com"?
It looks like it is very important part of web2py framework, but
registration is broken (verification image), so I cannot join it.
Thanks for prompt answer! Now everything works!
On Apr 16, 7:00 pm, Bruno Rocha wrote:
> Thats ok now!
>
> Recaptcha keys was missing...
>
>
>
>
>
>
>
> On Sat, Apr 16, 2011 at 1:32 PM, mr.freeze wrote:
> > I wrote it but handed it off to Bruno for redesign so I don't have
> > access at the mome
As far as I can see decimal fields like the following are not
supported in JSON services.
Field('car_price', 'decimal(8,6)', requires=IS_NOT_EMPTY()),
In functions like:
@service.json
def getjson():
return mydata
web2py framework uses simplejson for serialization.
The release version o
3 matches
Mail list logo