[web2py] Re: looking for volunteers to help proof-read book 5th ed.

2013-01-27 Thread Dane Wright
Some minor corrections - Line 1724 - change 'browser' to 'browse' and add 'one' from: +Line 38 creates a ``grid`` object that allows to browser, add and update the comments linked to a page. to: +Line 38 creates a ``grid`` object that allows one to browse, add and update the comments linked to

[web2py] Re: looking for volunteers to help proof-read book 5th ed.

2013-01-28 Thread Dane Wright
A few minor typos - Line 17178 under WingIDE, Rad2Py, and Eclipse - change 'execued' to 'executed' from: +it does not change the logic as this is never execued but it forces the IDE to parse it and understand where the objects in the global namespace come from (the ``gluon`` module) thus maki

[web2py] Access MySQL PythonAnywhere

2013-06-18 Thread Dane Wright
Yes I use MySQL on PythonAnywhere and so far it is working well. Can you describe your problem in more detail? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[web2py] How to get the file name when importing a csv file?

2013-06-23 Thread Dane Wright
I'm importing a lot of csv files through Database Administration and would like to be reminded of which one was last imported. I was going to amend appadmin.py so that the response.flash on line 255 said "data uploaded for "+filename. But I just can't see where the filename is stored. I can see

[web2py] Re: How to get the file name when importing a csv file?

2013-06-24 Thread Dane Wright
Anthony - thank you very much - that works perfectly! Is this documented somewhere that I could have looked up myself? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send

[web2py] Re: max size table that DAL can handle?

2015-03-16 Thread Dane Wright
I have a table which currently contains 10m+ records (local government spending in www.appgov.org). A native SQL count(*) will take 3-5 secs but reading all the records like this via the DAL will result in the system hanging. I try not to read too many of these records in any one online transa