[web2py] When will the next conference on web2py

2016-06-03 Thread LC LC
everything is in the title -- 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 "we

[web2py] JANRAIN

2016-06-13 Thread LC LC
Hi, janrain works for different providers but il does not run for google+. i ve created an id auth client Could you explain me the different steps to run google authentification Thank you NB: in my model i have : auth.settings.login_form = RPXAccount(request

[web2py] Using another’s application to session login

2016-11-30 Thread LC LC
Hi, i found to the auth with this link https://web2py.wordpress.com/2010/04/30/using-anothers-application-session-to-login/ but it does not work for me .. Any different idea ? How can i do thi stuff ? Thank you -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http

[web2py] depy2018 ?

2018-02-26 Thread LC LC
hi depy2018 ? -- 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" gr

[web2py] NGINX 1.6 ERROR 502 BAD GATEWAY

2017-04-05 Thread LC LC
Hi, I have followed the tuto http://web2py.com/books/default/chapter/29/13/deployment-recipes#Nginx and i have the error : 2017/04/05 11:50:39 [crit] 15056#0: *1 connect() to unix:///tmp/web2py.socket failed (2: No such file or directory) while connecting to upstream, i tried a touch /tmp/web

[web2py] smartgrid

2017-05-31 Thread LC LC
Hi, i'd like to have a conditional expression when i use smart grid, is it possible query=db(db.auth_user.id=='2').select() grid = SQLFORM.smartgrid(query,linked_tables=['coautor','aff'], user_signature=True) i know in the doc it is written "The first argument is a table, not a query"

[web2py] Re: smartgrid

2017-05-31 Thread LC LC
which is a dictionary with table names as > keys and queries as values. > > SQLFORM.smartgrid(db.auth_user, > constraints=dict(auth_user=db.auth_user.id == 2), > ...) > > Anthony > > On Wednesday, May 31, 2017 at 11:03:06 AM UTC

[web2py] Re: smartgrid

2017-05-31 Thread LC LC
sorry we have to let linked_tables Sorry and thank you Le mercredi 31 mai 2017 21:21:23 UTC+2, LC LC a écrit : > > Thank you very much > but i have new problem it shows on right the links Auth memberships Auth > events Auth cases ... > > and i'd like to select and

[web2py] Linked table and represent

2017-07-23 Thread LC LC
Hi, Below you can find my code and my question my db: db.define_table('voyageur', Field ('Nom'), Field ('Prenom'), Field

[web2py] Re: Linked table and represent

2017-07-23 Thread LC LC
Forget it stupid question . Jus need to use representation . Sorry Le dimanche 23 juillet 2017 14:36:07 UTC+2, LC LC a écrit : > > Hi, > > Below you can find my code and my question > > my db: > > db.define_table('voyageur', >Field <https://iins-neuro.

[web2py] appadmin

2017-07-25 Thread LC LC
Hi, Why can i see tables like auth_user, auth_group, auth_event in appadmin. the tables exist however .. Thanks -- 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

[web2py] Re: appadmin

2017-07-25 Thread LC LC
Solved : https://stackoverflow.com/questions/8643664/new-database-refuses-to-show-up-in-web2py-appadmin Le mardi 25 juillet 2017 21:37:47 UTC+2, LC LC a écrit : > > Hi, > > Why can i see tables like auth_user, auth_group, auth_event in appadmin. > the tables exist howe

[web2py] CSS and SQLFORM.GRID

2017-08-09 Thread LC LC
Hello, I use my own css file, but when i try to use in my view {{=records}} the code generates web2py style class .. note : in my controller i use sqlform.grid the purpose is to custom the grid with the css used. i don ont know if i am clear ... thanks -- Resources: - http://web2py.com - ht

[web2py] smartgrid request

2017-09-24 Thread LC LC
Hello, def index(): records = SQLFORM.smartgrid(dbvoy.voyageur,linked_tables=['voyageur','presence'],user_signature=True,maxtextlength=100,deletable=True,\ editable=True,create=True,showbuttontext=False, paginate=200, buttons_placement = 'left',links_placement = 'left