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.
>
>
> On Thursday, 8 March 2018 17:4
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 PM
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)
- https:/
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.
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
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*
op
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 d
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 (Documentat
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 vue code (under static/vue/*.min
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 and other data
>
> El vie
On Wednesday, March 21, 2018 at 11:21:28 AM UTC-7, Dave S wrote:
>
>
>
> On Wednesday, March 21, 2018 at 5:30:08 AM UTC-7, Anthony wrote:
>>
>> I have a different application, where I want to order the rows according
>>> to a string field, where the string field has a prefix and a suffix, and
>
11 matches
Mail list logo