Please answer!
Il giorno martedì 21 aprile 2020 15:16:38 UTC+2, Michele Serra ha scritto:
>
> Anyone? please
>
> Il giorno venerdì 10 aprile 2020 12:38:02 UTC+2, Michele Serra ha scritto:
>>
>> Hi,
>> I use the email as the login credential, I t
Anyone?
Il giorno venerdì 10 aprile 2020 12:38:02 UTC+2, Michele Serra ha scritto:
>
> Hi,
> I use the email as the login credential, I tried to encrypt the email with
>
> db.auth_user.email.filter_in = lambda value : secure_dumps(value, enc_key)
> db.auth_user.email.filter_
Hi,
I use the email as the login credential, I tried to encrypt the email with
db.auth_user.email.filter_in = lambda value : secure_dumps(value, enc_key)
db.auth_user.email.filter_out = lambda value : secure_loads(value, enc_key)
and it works well, in the database I see the encrypted data while
Hi Massimo, thanks a lot for the answer
could you tell me how much it takes to use py4web in production?
Il giorno mercoledì 4 settembre 2019 05:58:39 UTC+2, Massimo Di Pierro ha
scritto:
>
> yes it would work but since you would not benefit from automatic web2py
> forms and grid, I'd recommend
HI, have you tried mongoengine in web2py?
Il giorno sabato 2 aprile 2011 06:39:50 UTC+2, Pystar ha scritto:
>
> I would like to know if anybody has used mongoengine, it looks like an
> interesting project.
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://githu
Hi, there's a method to versioning all updates of a table and not only the
last?
--
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 messag
Hi everyone, I wanted to ask a question about the use of a nosql database in
web2py models, that is how I can build a document collection through the pydal
create_table method, I know it is still in the experimental phase, but I really
need it, By doing various experiments I noticed that using o
7 matches
Mail list logo