[web2py] Re: Trouble with reset password

2018-02-23 Thread Bryan Nahrwold
Thanks, Dave. That's helpful information. On Wednesday, 24 January 2018 10:07:04 UTC-7, Julian Sanchez wrote: > > I'm having troubles with the reset password functionality and I'm hoping > you guys can give me some pointers on what to check, or how to fix it > (version 2.16.1 stable, running fro

[web2py] Where does the manage code go?

2018-02-16 Thread Bryan Nahrwold
I am assuming this is so obvious that you don't feel the need to state it explicitly, but where the heck does the manager code go in the book code 3.3.2 Adding Grids? I've tried several file locations which all don't work. The book states on page 105-106 (version 2.16.1-stable+timestamp.2017.

[web2py] Asobe Flash End of Life in 2020

2018-02-14 Thread Bryan Nahrwold
I see references to Flash in some of the articles or book references for Web2py. Does Web2py have a dependence or Adobe Flash? If so, what is the Roadmap to get off of that dependency by 2020? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py

[web2py] Re: web2py manual entry for 3.3 An image blog does not work

2018-02-14 Thread Bryan Nahrwold
However, it does not work unless I include the linne you said to omit: db = DAL("sqlite://storage.sqlite") On Wednesday, 14 February 2018 13:00:14 UTC-7, Bryan Nahrwold wrote: > > Thanks, Anthony. That works. > > On Wednesday, 14 February 2018 08:47:57 UTC-7, Anthony wrote:

[web2py] Re: web2py manual entry for 3.3 An image blog does not work

2018-02-14 Thread Bryan Nahrwold
ere is no need to completely replace the contents of db.py -- > just add the content shown, except you don't need the db = DAL(...) line. > > Anthony > > On Wednesday, February 14, 2018 at 10:16:11 AM UTC-5, Bryan Nahrwold wrote: >> >> I have downloaded Web2Py versio

[web2py] web2py manual entry for 3.3 An image blog does not work

2018-02-14 Thread Bryan Nahrwold
I have downloaded Web2Py version 2.16.1-stable+timestamp.2017.11.14.05.54.25 I am working my way through the manual in section *3.3 An image blog*. The manual specifies to create the images project and replace *ALL* content in db.py with: db = DAL("sqlite://storage.sqlite") db.define_table('im