Re: [web2py] where is pydal doc ?

2017-11-06 Thread Lars
Hi Kiran, Yes it does... A bit. I couldn't find this in the source code, I really have a hard time to find my way through it. Do you know by chance what is the decode_credentials parameter ? Thanks a lot anyway. ;) On Monday, November 6, 2017 at 5:37:07 PM UTC+1, Kiran Subbaraman wrote: > >

[web2py] Re: Upgrade Web2py version button broken on PythonAnywhere admin console

2017-11-06 Thread 黄祥
i usually start from fresh, backup the application folder first then upgrade it (remove, download, then restart app) ref: http://www.web2pyslices.com/slice/show/1942/upgrade-web2py-on-pythonanywhere best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation)

[web2py] Re: Upgrade Web2py version button broken on PythonAnywhere admin console

2017-11-06 Thread DaneW
I'm upgrading from 2.14.6 to 2.15.4 and I had the same problem. But fortunately there seems to be a simple solution - just reload the app using the green button on the Web tab on your PythonAnywhere Dashboard. There is more on this at https://groups.google.com/forum/#!topic/web2py/4HN02rTVfyQ

[web2py] where is pydal doc ?

2017-11-06 Thread Lars
Hi, I would like to use pydal but I can't seem to find the documentation (except from this one : http://pydal.readthedocs.io/en/latest/). But I didn't find (sorry if I missed it) anywhere explained the DAL constructor parameters for example. Is there any ? And where please ? Thank you --

[web2py] where is pydal doc ?

2017-11-06 Thread Anthony
The book chapter is the main documentation. Regarding the constructor, check out http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#DAL-constructor. I think that convers most of the arguments. adapter_args and driver_args are dictionaries of arguments that get passed

[web2py] Re: Upgrade Web2py version button broken on PythonAnywhere admin console

2017-11-06 Thread Alex Glaros
I cannot restart the app because I get this PythonAnywhere error: You do not have a CNAME set up for your domain. Check this help page for more information about how to set it up correctly. But the domain name seems to be working:

[web2py] How to upgrade web2py version on PythonAnywhere

2017-11-06 Thread Alex Glaros
On PythonAnywhere, I clicked on the w2p upgrade button in admin interface and received: Internal error Ticket issued. Clicking on the ticket takes you to the same ticket link regardless of how many times you click on it. PythonAnywhere recommend I check with this group. While

Re: [web2py] where is pydal doc ?

2017-11-06 Thread Kiran Subbaraman
This helps? http://pydal.readthedocs.io/en/latest/_modules/pydal/base.html?highlight=DAL Kiran Subbaraman http://subbaraman.wordpress.com/about/ On 06-Nov-17 9:02 PM, Lars wrote: Hi, I would like to use pydal but I can't seem to find the documentation