Re: [web2py] Re: ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread Marco Mansilla
In addition to improve learning and testing will create minified and unminified branches El sáb., 24 de mar. de 2018 02:17, Marco Mansilla escribió: > Yeah, you're right, but this structure is intended since I use a deploy > script that would clean dev, errors, sessions

Re: [web2py] Re: ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread Marco Mansilla
Yeah, you're right, but this structure is intended since I use a deploy script that would clean dev, errors, sessions and other data El vie., 23 de mar. de 2018 22:31, 黄祥 escribió: > yeah, already checked that too, just a suggestion, perhaps better to leave > the

Re: [web2py] Re: ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread 黄祥
yeah, already checked that too, just a suggestion, perhaps better to leave the vue code (under static/vue/*.min.js) unminified, it's make other learn the vue code that integrate with web2py more clearly best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book

Re: [web2py] Re: ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread Marco Mansilla
You're welcome. Notice the main Vue instance is called only once inside Index.html and components are imported inside the instance and not called un the browser. I hace a few custom init scripts and that's why ommited some steps, but it should work fine as you did. Regards. Marco. El vie., 23

[web2py] Re: ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread 黄祥
cool, thx for sharing *installation and running step :* *terminal_0* cd path/web2py/applications git clone https://github.com/marcomansilla/yava cd yava/dev npm install ./node_modules/.bin/grunt *terminal_1* python path/web2py/web2py.py --nogui --no-banner -a a -i 0.0.0.0 -p 8000 *terminal_2*

[web2py] Installing web2py in IIS 8.5 wwwroot subfolder

2018-03-23 Thread Edwood
I have been successful installing web2py inside "\Inetpub\wwwroot" as the web2py deployment recipe and other resources instruct. But what I am trying to accomplish is to run it from "\Inetpub\wwwroot\web2py". What I am trying to avoid is too fill wwwroot with python files since there are many

[web2py] ECMAScript Modules Vue and Web2py - simple test

2018-03-23 Thread Marco Mansilla
Just in case anyone is interested I have uploaded a simple test app with VueJS as modules in the browser. Did it to test and see how it works, as a demo someone could find it useful, more info in the readme file. https://github.com/marcomansilla/yava Opinions are always welcome and appreciated.

[web2py] Re: getting result of SQLFORM.widgets.checkboxes.widget

2018-03-23 Thread Lee Carmichael
I see what was going on. I was only adding the search result to my request.vars so the checkbox results were, as one would expect, not making into request.vars! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: getting result of SQLFORM.widgets.checkboxes.widget

2018-03-23 Thread Lee Carmichael
Great. Thanks for the help. I'll dig around. I guess the weird thing is that checked checkboxes also return None. Anyways, I'll see what i can find and post a follow-up. Thanks again. On Friday, March 23, 2018 at 1:20:57 AM UTC-4, Dave S wrote: > > > > On Thursday, March 22, 2018 at 6:54:16

Re: [web2py] Re: Off Topic:Pony

2018-03-23 Thread António Ramos
Maybe pydal should learn one or 2 tricks from Pony 2018-03-16 4:22 GMT+00:00 Massimo Di Pierro : > yes this it nice. We should take the time to determine which features of > pydal are missing in ponyorm if any. If not maybe web3py should be based on > ponyorm. > > >

[web2py] Re: Remove request_reset_password from Auth navmenu

2018-03-23 Thread pbreit
Delete this line in your application: https://github.com/web2py/web2py/blob/master/applications/welcome/views/layout.html#L79 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list