[web2py] Re: How to speed up query processing in web2py's sqlite?

2017-06-02 Thread Carlos Kitu
As Leonel mentioned, index creation will be your best friend in this issue. I have been using web2py during the last two years, and till now, I had no concerns about database performance because I was working in intranet applications without a big volume of data. In the latest project we had a

[web2py] smartgrid edit form javascript calculation

2017-06-02 Thread T.R.Rajkumar
In model I have this db.define_table('amc_details', Field('amc_id','reference amc_master'), Field('jcod', type='string',required='True',notnull='True',length=10), Field('jobdesc',type='string',required='True',notnull='T

[web2py] Re: smartgrid edit form javascript calculation

2017-06-02 Thread T.R.Rajkumar
Sorry. I am able to do it. In view new_contract.html I have now this. {{extend 'layout.html'}} New Contract {{=form}}