there is error when i use google chrome brower..
2009/3/13 DenesL :
>
> By that I mean I can see the index with the [+]s but the links are a
> bunch of numbers, letters and dashes.
> So which one is '/docs/examples' or '/docs/howto' ?
> >
>
--~--~-~--~~~---~--~~
Y
that's done
2009/3/9 mdipierro :
>
> At the top of the controller
>
> db.table.field.writable=False
>
> On Mar 9, 9:21 am, maplye wrote:
>> there is a field i want show in the appadmin,but not show in the
>> auth/profi
there is a field i want show in the appadmin,but not show in the auth/profile.
writable=False?
how?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to
like auth.messages.*** can customize.
but change_password form label 'Old password','New password' is fixed.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send e
yes! that's ok!
2009/3/3 mdipierro :
>
> What is the error. I think it should be
>
> groupby=db.auth_user.first_name|db.meal_orders.meal_user
>
> not
>
> groupby=(db.auth_user.first_name,db.meal_orders.meal_user)
>
> Please give it a try.
>
> On Mar 3, 8:
the error happen when the groupby have two field
db(db.meal_orders.createdate.year()==2009)\
(db.auth_user.id==db.meal_orders.meal_user)\
.select(db.auth_user.first_name,db.meal_orders.money.sum(),groupby=(db.auth_user.first_name,db.meal_orders.meal_user))
why?
--~--~--
the auth tool have has_membership(groupid) function.
but the groupid is variational.
I am unable in the view page to use when i only know groupname.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framewo
sorry, blobean->boolean
2009/3/3 maplye :
> SQLField('is_active','blobean',default=True),
> error:
> SyntaxError: SQLField: unkown field type
>
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the G
SQLField('is_active','blobean',default=True),
error:
SyntaxError: SQLField: unkown field type
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to web2py@
i have a field:
SQLField('is_active','blob',default=True),
but I do not look at this field on the page.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email
i got it.
if 'username' in user.fields:
username = 'username'
else:
username = 'email'
thanks too.
2009/3/2 maplye
> thanks Francisco Gama *
> *
> *and how to login with username not email?
> *
> 2009/3/2 Francisco Gama
>
>
>
thanks Francisco Gama*
*
*and how to login with username not email?
*
2009/3/2 Francisco Gama
>
> Here is one example on how you can do it (in line 18...):
>
> http://groups.google.com/group/web2py/attach/e27cf6d6dd2c521c/auth.py?part=4&view=1
>
> On Mar 2, 4:57 am, 姚国荣 wrote:
> >
> >
>
--~--~-
12 matches
Mail list logo