[web2py] Re: Post SQLing

2019-08-20 Thread Dave S
On Tuesday, August 13, 2019 at 2:46:31 AM UTC-7, Dave S wrote: > > > > On Tuesday, May 21, 2019 at 6:19:38 PM UTC-7, Dave S wrote: >> >> I've got my AWS linux system ticking along nicely with my heavy table >> under PostGres [1], but I still have uploads, Auth, and Scheduler under >> sqlite.

[web2py] Re: Internal Server Error after attempting to upgrade web2py to 2.18.5 via the Admin interface

2019-08-20 Thread Dave S
On Tuesday, August 20, 2019 at 8:13:16 PM UTC-7, Valdeck Rowe wrote: > > Hi, > > This had been a working installation running a few separate apps under a > single web2py instance. > > First I clicked the upgrade button from within the admin interface hoping > it would go as smoothly as it

[web2py] Internal Server Error after attempting to upgrade web2py to 2.18.5 via the Admin interface

2019-08-20 Thread Valdeck Rowe
Hi, This had been a working installation running a few separate apps under a single web2py instance. First I clicked the upgrade button from within the admin interface hoping it would go as smoothly as it usually does on my local PC and restarted the server. Instantly started getting

Re: [web2py] Composite key in web2py

2019-08-20 Thread Dave S
On Tuesday, August 20, 2019 at 2:32:54 AM UTC-7, Deep Shah wrote: > > Data is coming from data source which is cannot be editted and hence > cannot add id in table . So is there any other way where i can use table > with primary keys? > > Take a look at

[web2py] Re: Validate Dates

2019-08-20 Thread villas
To validate a field within a range, use is_date_in_range To validate fields in relation to each other after form submission, use onvalidation

[web2py] Re: AWS Lambda Deployment Recipe

2019-08-20 Thread Jaime Sempere
That's receipe is great, thanks for the work. One thing that I have not seen is which database are you using? I think with Zappa you need to use RDS, at least that's what I have seen with Django apps. So, I would like to ask you two questions: 1) Can you confirm about the database (is a RDS)?

Re: [web2py] Composite key in web2py

2019-08-20 Thread Deep Shah
Data is coming from data source which is cannot be editted and hence cannot add id in table . So is there any other way where i can use table with primary keys? On Tuesday, August 20, 2019 at 11:46:04 AM UTC+5:30, Johann Spies wrote: > > > > On Tue, 20 Aug 2019 at 07:00, Deep Shah > > wrote: >

Re: [web2py] Composite key in web2py

2019-08-20 Thread Johann Spies
On Tue, 20 Aug 2019 at 07:00, Deep Shah wrote: > Hi All, > I am migrating table from existing table which has primary key with two > fields. > After migrating the table i created SQLFORM.grid and used selectable to > process the selected tuples. > selectable = [('Approve Selected names', lambda