Re: [web2py] web3py -> py4web

2019-09-05 Thread Juan M. Chapa Z.
Great! El jul 24, 2019 12:40 a.m., "Massimo Di Pierro" escribió: > OK. I know. I am not good with names. > But there are lots of requirements to be fulfilled. > py4web.com was available and the pypi package was available. > Here is running on google cloud: > http://py4web.com/ > > Ducking... > >

Re: [web2py] web3py -> py4web

2019-07-31 Thread Manuele Pesenti
I'm loving it! Thanks again Massimo     Manuele On 24/07/19 07:40, Massimo Di Pierro wrote: OK. I know. I am not good with names. But there are lots of requirements to be fulfilled. py4web.com was available and the pypi package was available. Here is running on google cloud:

[web2py] web3py -> py4web

2019-07-23 Thread Massimo Di Pierro
OK. I know. I am not good with names. But there are lots of requirements to be fulfilled. py4web.com was available and the pypi package was available. Here is running on google cloud: http://py4web.com/ Ducking... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Web3py FORM referenced fields

2019-06-12 Thread John Bannister
Hi All, Does anyone have a working example of web3py Form using referenced fields? I have created the standard person / pets tables with pets referencing person as 'reference person' in the table definition. Using form=Form(db.pet) I get the dropdown of persons for the add no worries but on

[web2py] Web3py Auth

2019-05-20 Thread villas
Hi Massimo Thanks for the auth implementation. However, I personally think Groups are an essential feature of any auth. As a suggestion, could you please consider at least a slimmed-down version of Groups. I am thinking simply this: - Extra field: auth_user.group_ids list:reference -

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-17 Thread Massimo Di Pierro
Please consider that it is not finished. As soon as done I will write some documentation. But basically you include utils.js, vue.min.js, axios.min.js, components/mtable.js and the you embed it as a vue component. On Thursday, 16 May 2019 08:31:23 UTC-7, John Bannister wrote: > > Hi

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread John Bannister
Hi Massimo, Had a quick look at the mtable prototype in the _dashboad/dbadmin and re-visiting datatables as well. Will need to spend a bit more time on both before I can come to any sort of solution but thanks very much for the input. On Thursday, 16 May 2019 16:50:48 UTC+2, Massimo Di

[web2py] Web3py

2019-05-16 Thread John Bannister
Hi All, Had a first real 'play' with web3py' today and have a few questions the biggest of which I am hoping the gurus will be able to answer:- 1: Is there any way to not to have to restart the app every time changes are made to actions in the controller or new actions added etc? I understand

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread Massimo Di Pierro
Web3py will have a replacement for smartgrid based on vue. You can look at the mtable component already in there as a prototype. Anyway, nothing wrong with datatables. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread John Bannister
Hi Jose, Completely understandable on the code side of things and appreciate your sharing. I will for sure revisit the Datatables option this week with the information you have provided. Once again thanks for your time and assistance John On Thursday, 16 May 2019 13:06:46 UTC+2, José L.

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread José Luis Redrejo
I can't show you all the code because the property belongs to the person who asked me to do it, This is the part that takes the dataables json requests, fetch the records and format them to be understood by datatables. I am skipping the sorting/filtering part , that builds the *query_filter* and

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread John Bannister
Hey Jose, Thanks for the quick response. Much appreciated. Do you happen to have a small working example of Datatables setup in server mode that I could take a look at to hopefully save some time? I last looked at it a few years ago as mentioned and any pointers would be great. Thanks in

Re: [web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread José Luis Redrejo
Hey John, I have used datatables with web2py in some projects and it was faster than smartgrid when used in server mode. Whenever I had performance problems was because the code used .count() to show the total number of records. In my case the tables have several millions of records and that was

[web2py] Web3Py equivalent of SQLFORM.grid

2019-05-16 Thread John Bannister
Hi All, I have a number of web2py applications that use the grid/smartgrid functionality pretty heavily. The majority of the applications are working with large data sets (some tables have > 20M records) and everything runs fine. With the coming of Web3Py (which looks great) my question is

[web2py] Web3py

2019-04-11 Thread En Ware
I git installed web3py and quite enjoy it. I see its updated regular too. For those who don't know and maybe this is common sense , not sure. once you *git clone https://github.com/web2py/web3py.git *do a *git pull* 2. reinstall requirements.txt (*pip3 install -r requirements.txt*) -

Re: [web2py] web3py again....

2019-03-31 Thread Massimo Di Pierro
for applications to be in changed of including the framework. Anyway, unlike web2py, web3py does allow this as an option, if you want to run a single application. I just have not documented it. On Saturday, 30 March 2019 22:22:16 UTC-7, Carlos Cesar Caballero wrote: > > So far looks good,

[web2py] web3py again....

2019-03-31 Thread Christopher Smiga
Hi Massimo and Team, It's been a several years since contributing to the project, and I'm interested in web3py for several reasons such as * it is a fresh project * speed * architecture improvements * the future of web2py In this effort, are pyunit (TDD), Python Behave Library

Re: [web2py] web3py again....

2019-03-30 Thread Carlos Cesar Caballero Díaz
features list or guidelines, maybe I can give a hand. Greetings. El 28/3/19 a las 5:16 a.m., Massimo Di Pierro escribió: I know this comes up once in a while but ...     https://github.com/web2py/web3py what do you think? It is very preliminary but I will have an admin soon. Backporting

Re: [web2py] web3py again....

2019-03-28 Thread 黄祥
interested in github readme : - it is not as good as web2py yet, but it is 10-20x faster perhaps could you share which benchmark method or tools to get this conclusion (compare with similar web2py todo apps) ? best regards, stifan -- Resources: - http://web2py.com -

Re: [web2py] web3py again....

2019-03-28 Thread junderhill
For authentication, Okta, Azure AD B2C, etc. are options that offload a lot of trouble, but I like having a fully-functional Auth built-in and we do use it in some projects. It needs full OIDC support. YMMV. We build scalable back ends with Web2py using Postgres and Nginx. John On

Re: [web2py] web3py again....

2019-03-28 Thread Marcelo Huerta
El jueves, 28 de marzo de 2019, 6:57:08 (UTC-3), José L. escribió: > > >- sqlform and grid are one of the key points for web2py. It's one of >the main reasons to use it instead of other frameworks as development is >really quick. However I think nowadays a backport from web2py is not

Re: [web2py] web3py again....

2019-03-28 Thread José Luis Redrejo
sues that could be assigned to volunteers. I'd be glad to help. José L. El jue., 28 mar. 2019 a las 10:16, Massimo Di Pierro (< massimo.dipie...@gmail.com>) escribió: > I know this comes up once in a while but ... > > https://github.com/web2py/web3py > > what do yo

[web2py] web3py again....

2019-03-28 Thread Massimo Di Pierro
I know this comes up once in a while but ... https://github.com/web2py/web3py what do you think? It is very preliminary but I will have an admin soon. Backporting SQLFORM, grid and Auth, should not be that complicated, although I think we can do better. Massimo -- Resources: - http

[web2py] Web3py reboot

2019-03-17 Thread Kevin Keller
Hey, So I was wondering today what you guys would think about the idea to rename web2py to Web3py, once it reaches a level of maturity that would be able to justify the rename and a reboot. That would also mean to update the web page and various resources. The reason is simple : It seems

[web2py] web3py status

2013-10-25 Thread elguavas
hi there, i've seen peppered throughout this list references to web3py. i seems like it's mostly the unofficial name of of a concept at this stage, but i also see references to work being pulled into web2py from web3py... where is this web3py and what's its current state? thanks, e. --

[web2py] web3py?

2012-11-26 Thread User
I noticed a thread over in web2py-developers web3py - important!https://groups.google.com/forum/?fromgroups=#!topic/web2py-developers/RCeiRd3Rzs0 which was exciting to read. I've flirted with web2py and there's a lot that I like about it. For some reason I find web2py exciting whereas django

[web2py] web3py lifetime of web2py

2011-10-23 Thread Gour
There is some talk that web3py will probably become 'new' product and not just python-3 upgrade. Otoh, I'm considering to buy paperback versions of Web2py's 4th ed as well as the upcoming Packt book, but wonder how much would the skills acquired by learning web2py be relevant for web3py, iow,

Re: [web2py] web3py lifetime of web2py

2011-10-23 Thread Ovidio Marinho
I believe that there will be versions of web2py with python 3, so far the project had been with python web2py 2.xx. There is nothing to fear as the founder of Masimonot discontinue web2py. Ovidio Marinho Falcao Neto Web Developer ovidio...@gmail.com