[web2py] Re: Filling web2py database from an external listening process using DAL

2016-05-10 Thread Gavin Kenny
.commit() > > Is that what you meant? > Adam > > W dniu niedziela, 8 maja 2016 15:48:23 UTC+2 użytkownik Gavin Kenny > napisał: >> >> Hi, >> >> I have been watching web2py for some time and really like it. I have >> worked through a few basic exam

[web2py] Filling web2py database from an external listening process using DAL

2016-05-08 Thread Gavin Kenny
Hi, I have been watching web2py for some time and really like it. I have worked through a few basic examples but this is my first "real" project. I am looking at making a simple Log manager, where I have a python listener that parses incoming logs and then loads them into the database and then

[web2py] Linking multiple many to many relationships

2019-07-19 Thread Gavin Kenny
Hi, This is a bit of a noob question. I run a club for children, where we have a quiz night and I would like to develop a web2py app to speed up the scoring and create a leaderboard. I would like to use web2py as I love the elegant design, the portability and the focus on security, but I am not

[web2py] Re: Linking multiple many to many relationships

2019-07-19 Thread Gavin Kenny
On Friday, 19 July 2019 15:26:05 UTC+1, Leonel Câmara wrote: > > You need another table which is an answer table, the answers will have a > reference to the question and the team that answered. > Thank you, So to check my understanding, the Answer Table would have 3 fields, an answer field an