Re: [web2py] Re: book help

2017-08-16 Thread Dave S
On Wednesday, August 16, 2017 at 7:05:38 PM UTC-7, Richard wrote: > > When you push your branch over your repo it will appears over it, you need > to send PR then... > > Richard > GitHub Desktop sent the* PR *to my repo. If I accept it there, can I then send it to the official one? /dps >

Re: [web2py] Re: book help

2017-08-16 Thread Richard Vézina
When you push your branch over your repo it will appears over it, you need to send PR then... Richard On Wed, Aug 16, 2017 at 5:08 PM, Dave S wrote: > > > On Wednesday, August 16, 2017 at 6:30:52 AM UTC-7, Richard wrote: >> >> Now you make a PR (Pull Request)... But I think you commit againts >

Re: [web2py] pycharm and web2py - setup project

2017-08-16 Thread Richard Vézina
Real don't like needing to install pyDAL as pycharm install it in python packages with pip... so you end with a specific version of pyDAL install with kind of override your web2py included instance if the version is superior to the version of web2py you work with... I just spent quite some times fi

Re: [web2py] Re: web2py with js framework

2017-08-16 Thread António Ramos
The first video tut about this deserves a beer... Sem vírus. www.avast.com <#D

[web2py] Re: troubles with scheduler

2017-08-16 Thread Val K
Hi, Mirek! It's to hard to say something, because heaven knows what does `codex2020` look like (is there any outgoing db-connections/url-requests/sub processes) and what is the DB where the scheduler is mounted (Postgres?). Exclusion method is universal - just make workers to dig something like

Re: [web2py] Re: book help

2017-08-16 Thread Dave S
On Wednesday, August 16, 2017 at 6:30:52 AM UTC-7, Richard wrote: > > Now you make a PR (Pull Request)... But I think you commit againts > master/trunk... You should have create a branch (git checkout -b > branch/name-that-describe-the-nature-of-the-change) > > Richard -- I've done PRs against

[web2py] Re: web2py with js framework

2017-08-16 Thread Val K
@Massimo and @All concerned Uploaded to github with short manual and examples. Discussion is welcome! On Wednesday, August 16, 2017 at 6:00:36 AM UTC+3, Massimo Di Pierro wrote: > > I want to know more. > > On Tuesday, 15 August 2017 18:40:57 UTC-5, V

[web2py] troubles with scheduler

2017-08-16 Thread Mirek Zvolský
I have a task about 15 minutes long which run great on localhost with command python web2py.py -a "q" -K codex2020 -X In production, Debian9+systemd+nginx+uwsgi I have - emperor.uwsgi.service for web server, - web2py-scheduler.service for tasks, where ExecStart=/usr/bin/python /home/www-data/web2

[web2py] Re: Access a particular element of a form from pultiple form inside a page

2017-08-16 Thread Anthony
Please show your code and explain what you are trying to do. Do you want to access a DOM element via Javascript, a server-side DOM element, or a server-side form input value after submission? Anthony On Wednesday, August 16, 2017 at 7:27:26 AM UTC-4, Gyanendro Loitongbam wrote: > > How could I

Re: [web2py] Re: book help

2017-08-16 Thread Richard Vézina
Now you make a PR (Pull Request)... But I think you commit againts master/trunk... You should have create a branch (git checkout -b branch/name-that-describe-the-nature-of-the-change) Always git checkout master, make sure master is up to date then create a branch from master... *Step by step com

[web2py] Re: Admin UI - Error ticket less information in the latest web2py releases

2017-08-16 Thread Paolo Caruccio
ticket open https://github.com/web2py/web2py/issues/1740 Il giorno mercoledì 16 agosto 2017 04:58:17 UTC+2, Massimo Di Pierro ha scritto: > > very weird. Can you open a ticket about this? > > On Tuesday, 15 August 2017 10:19:42 UTC-5, Paolo Caruccio wrote: >> >> Hello everyone. >> >> In a view,

[web2py] Access a particular element of a form from pultiple form inside a page

2017-08-16 Thread Gyanendro Loitongbam
How could I access a particular element of a form when I have multiple form having same element name but different form name in a page? Please help me out with this issue. Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source

[web2py] Re: book help

2017-08-16 Thread Dave S
On Wednesday, August 9, 2017 at 4:44:45 AM UTC-7, Leonel Câmara wrote: > > 5. the ANY_OF validator also needs to be documented > I've done pull requests for ASSIGNJS and ANY_OF, but they went to my fork :-( https://github.com/snidelytoo/web2py-book/pulls> The Windows GitHub Gooey-App doesn't

[web2py] Re: have view, still getting generic

2017-08-16 Thread Dave S
Admin let me mispell the directory ... http://127.0.0.1:8000/admin/default/edit/shortcuts/controllers/default.py?id=controllers__default__py#shortcutsviewsdafaultaddsegmenthtml Maybe I should have my routes.py map "dafault" to "default". /dps -- Resources: - http://web2py.com - http://web2py.

[web2py] Re: web2py with js framework

2017-08-16 Thread Carlos Kitu
@valk: wow, that looks great. One of the most annoying things of working with vue.js was the need to write html. After getting used to the helpful web2py's html helpers, writing pure html feels really verbose. With the code you showed, the view seems somewhat similar to working with html helpe

[web2py] Re: Weird problems generating menu from database

2017-08-16 Thread Вячеслав Анатольевич
Thank you so much, Massimo! That's what I need! -- 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 message because you are subscribed to

[web2py] Re: web2py with js framework

2017-08-16 Thread Carlos Kitu
I agree with you, @limedrop, for a fully "reactive"(let's call it that way) application I would also go your way. The use case I described only makes sense if you only need a small part of your application truly reactive. Best regards. -- Resources: - http://web2py.com - http://web2py.com/book