Hi, I'm Korean Web2py user.
I'm returning output of DB select like 'return dict(teams=teams)'.
{"teams": [{"status": "active", "updated_by": 1, "tags": [12], "max": 4,
"created_by": 1, }]}
The above output is my output of 'teams' controller.
I have several referencing column, 'tags' and
ow many rows. Perhaps you can find
> a faster way to do the conversion.
>
>
> On Wednesday, 25 July 2012 23:32:58 UTC-5, Jaymin Oh wrote:
>>
>> Hi, I'm Korean Web2py user.
>>
>>
>> I'm returning output of DB select like 'return dict(teams=teams)&
tags with DAL and then put
> the needed field as arg of the .select() method?
> The overhead would be minimal.
>
> mic
>
>
> 2012/7/27 Jaymin Oh :
> > Thanks, Massimo!
> >
> > On Thu, Jul 26, 2012 at 6:34 PM, Massimo Di Pierro
> > wrote:
> >>
def show_event():
event_id = request.vars['event_id']
event_record = db.event(event_id)
# Check if event exists
if not event_record:
raise HTTP(400, 'No event found')
# Check if it's member
return Storage(event=event_record.as_dict(
I just found by myself.
populate method in db.py doesn't support in GAE.
On Thursday, September 29, 2011 6:52:16 PM UTC+9, glomde wrote:
>
> Hi,
>
> I am trying to use GAE but I get import error on populate in
> db_wizard_populate.py.
>
> It seems to do with the restricted environment. Do anyb
Huge thanks for all members in Web2py team.
I'm going to spread out this framework to Korean user and maybe work on Korean
version.
--
I have same bug in Windows 7, Chrome/IE, Web2py 2.0.8 with more than 1200
lines in one controller.
It happens occasionally, but when I move the scrolls, then it works as it
should.
It really bothers me, so that I installed WingIDE and plan to purchase it.
On Tuesday, September 18, 2012 10:44:2
I just bought paid version few days ago, but I'm pleased to hear this news.
Is there any change since the version about two weeks ago?
On Tuesday, June 12, 2012 10:17:46 PM UTC+9, Massimo Di Pierro wrote:
>
> The official web2py book is now free for everybody:
>
> https://dl.dropbox.com/u/1806544
I'm new at Web2py.
I just finished reading the official document by Chapter9.(Access Control)
But, I couldn't find any info about how to store GPS coordinate (simply
latitude, longitude).
Is there any simple way I can take?
Thanks in advance.
What a coincidence!
I'm a friend of Pylatte developers.
(we are in KAIST graduate school)
It seems that they developed it for fun not for serious purpose.
--
10 matches
Mail list logo