[web2py] Re: Creating users and set the password, how??

2017-12-22 Thread Alex Beskopilny
#model/db.py if not db().select(db.auth_user.ALL).first(): uid=db.auth_user.insert( password = db.auth_user.password.validate('mypassword')[0], email = 'n...@null.com', first_name = 'Sy', last_name = 'Adm', )

[web2py] Re: nav bar in 2.16.1

2017-12-22 Thread Carlos Kitu
Me too, with chromium and chrome as browsers. I just started with 2.16.1, and found that out. I thought that something was wrong with my browser. Best regards. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: New syntax error?

2017-12-22 Thread Dave S
On Wednesday, October 25, 2017 at 12:02:12 AM UTC-7, Dave S wrote: > > > > On Monday, October 23, 2017 at 3:38:27 PM UTC-7, Dave S wrote: >> >> In my 2.15.x testing, I've been concentrating on the https interface, >> but I now tried to do a -M -S that would queue up a Scheduler task. And I

[web2py] Re: TypeError: getattr(): attribute name must be string

2017-12-22 Thread Dave S
On Friday, December 22, 2017 at 4:53:48 AM UTC-8, Luís Guilherme F wrote: > > Hello, > I'm getting this error on a server with Apache 2.2 / Ubuntu 12.04, which > doesn't happen on a box with Apache 2.4 / Ubuntu 16.04 (both now with > web2py 2.16.1): > > Is this happening on specific requests,

[web2py] Re: SOAP WSDL request strugle

2017-12-22 Thread Dave S
On Friday, December 22, 2017 at 12:25:43 AM UTC-8, Yebach wrote: > > Hello > > I have to create a SOAP client (later also a service will be needed). It > is my first time so please bare with me on this one as I do not have a > proper understanding of this. > > If I understand the whole process

[web2py] Re: ChartistJS in web2py

2017-12-22 Thread Gualter Portella
Dear Stifan, thanks again. It worked. Just had to add in the index.html file: {{block head}} {{end}} Cheers Em quinta-feira, 21 de dezembro de 2017 19:18:49 UTC-2, 黄祥 escreveu: > > had you inspect it (chrome)? is it loaded in console tab in the browser > inspection ? > usually not put it

{Disarmed} Re: {Disarmed} Re: {Disarmed} Re: {Disarmed} [web2py] Re: Get reference format representation on dal callbacks

2017-12-22 Thread Carlos Cesar Caballero Díaz
Thank you so much!!! Greetings. El 19/12/17 a las 11:49, Anthony escribió: On Tuesday, December 19, 2017 at 8:48:15 AM UTC-5, Carlos Cesar Caballero wrote: Hi Massimo, thanks for your answer, basically I need the row object instead of the set in the after update callback, I have

[web2py] TypeError: getattr(): attribute name must be string

2017-12-22 Thread Luís Guilherme F
Hello, I'm getting this error on a server with Apache 2.2 / Ubuntu 12.04, which doesn't happen on a box with Apache 2.4 / Ubuntu 16.04 (both now with web2py 2.16.1): Traceback (most recent call last): File "/opt/web2py/gluon/main.py", line 434, in wsgibase session.connect(request,

[web2py] Re: SSL Error: bad handshake when use requests lib

2017-12-22 Thread killzane
Hi I try to use web2py console. and requests work well... but it can't work in my controller DaneW於 2017年12月22日星期五 UTC+8上午8時02分26秒寫道: > > I

[web2py] SOAP WSDL request strugle

2017-12-22 Thread Yebach
Hello I have to create a SOAP client (later also a service will be needed). It is my first time so please bare with me on this one as I do not have a proper understanding of this. If I understand the whole process it is smth like this. I send a WSDL request where URL contains "?wsdl". This