[web2py] system project manager in web2py

2018-07-29 Thread Rodrigo attique santana
Hi guys. I was looking for and found nothing about web2py project management systems. Do you know if there is any such project? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Edition Form with multiple tables and SQLFORM.factory

2017-05-29 Thread Rodrigo attique santana
Hello my friends, as I did not find anything in the international and national forums and no solution on the internet, I decided to post my question. I have the following table structure: ## DB models.py db.define_table( 'pessoas' ,Field('pes_nome_razao_social' ,notnull=True

Re: [web2py] Re: Comparar hash dinamicamente em uma consulta

2017-03-20 Thread Rodrigo attique santana
Or so to post in portuguese group's web2py , there are person help too. > > But what you want to do is validate the user login? > > Em sábado, 18 de março de 2017 15:57:05 UTC-3, Rodrigo attique santana > escreveu: >> >> Olá meus amigos. >> Estou postando est

[web2py] Comparar hash dinamicamente em uma consulta

2017-03-18 Thread Rodrigo attique santana
Olá meus amigos. Estou postando esta dúvida aqui pois não encontrei nada na net e acredito que possa ser de utilidade para muitos. Tenho a seguinte estrutura: Clientes = db.define_table('clientes' ,Field('nome')

[web2py] Re: why you should upgrade to web2py 2.13.4

2016-12-21 Thread Rodrigo attique santana
Hello, I recently upgraded my version of web2py to 2.13, however I am having compatibility issues on projects created in version 2.11, which do not run in this version. The same is true for projects created in version 2.13. Em sábado, 26 de dezembro de 2015 06:22:27 UTC-2, Massimo Di Pierro