[web2py] Re: Need help with student attendance app

2017-05-06 Thread pbreit
I think you're on the right track. It's a personal thing but I like defining my tables in the singular (ie, class, student, attendence). As Donald indicated, your current model is best suited for each student only being in one class (which is fine for elementary school). It would work for

[web2py] Re: https://observatory.mozilla.org

2017-05-06 Thread Anthony
Looks like the low score is largely due to the lack of HTTPS support, as well as a few security related HTTP headers we are not setting. Anthony On Friday, May 5, 2017 at 8:43:56 PM UTC-4, Alex Glaros wrote: > > is https://observatory.mozilla.org providing bogus results? > > thanks, > > Alex

[web2py] Re: convert virtual field in grid to another language

2017-05-06 Thread Anthony
On Saturday, May 6, 2017 at 4:50:47 AM UTC-4, Andrea Fae' wrote: > > Solution: > db.evento.giorno_inizio.represent = lambda giorno_inizio, row: > T(giorno_inizio) > > But I don't know whhy I have to specify "row" in tha lambda function... > The "represent" function must have a particular form,

[web2py] Re: Turning a web2py App in to an installable stand alone desktop App

2017-05-06 Thread Anthony
There's this option for Windows and Mac: http://web2py.com/books/default/chapter/29/14/other-recipes#How-to-distribute-your-applications-as-binaries Anthony On Saturday, May 6, 2017 at 6:28:23 AM UTC-4, mostwanted wrote: > > > Hi guys, how can I make a web2py App into an installable desktop

Re: [web2py] why cant I submit a customized form with this button

2017-05-06 Thread Maurice Waka
Second option is perfect. Thanks for the information. On May 5, 2017 18:25, "Jim S" wrote: Can you try the following: 1. or 2. {{=form.custom.submit}} and then control your text and classes through your controller. -Jim On Friday, May 5, 2017 at 10:17:06 AM

[web2py] Turning a web2py App in to an installable stand alone desktop App

2017-05-06 Thread mostwanted
Hi guys, how can I make a web2py App into an installable desktop stand alone App? -- 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

[web2py] Re: convert virtual field in grid to another language

2017-05-06 Thread Andrea Fae'
Solution: db.evento.giorno_inizio.represent = lambda giorno_inizio, row: T(giorno_inizio) But I don't know whhy I have to specify "row" in tha lambda function... Il giorno venerdì 5 maggio 2017 22:44:10 UTC+2, Dave S ha scritto: > > > > On Friday, May 5, 2017 at 12:09:38 PM UTC-7, Andrea Fae'

Re: [web2py] Re: 403 Forbidden?

2017-05-06 Thread A.H.Gilbert
HI Erick, Can't help BUT your post made me realise I had this problem after using PythonAnywhere.. -- Best Wishes, Howard "If you don't read the newspaper, you're uninformed. If you read the newspaper, you're mis-informed. - Mark Twain" On Sat, May 6, 2017 at 8:33 AM, Dave S

Re: [web2py] Re: 403 Forbidden?

2017-05-06 Thread Dave S
On Friday, May 5, 2017 at 2:02:31 PM UTC-7, Erick R. wrote: > > Hello, > > I am having a similar problem with my admin page of my domain at > https://www.positivethoughtsdaily.com/admin. I initially accessed my > admin console and failed too many password attempts. Then I began seeing a >