[web2py] Problem Pickling Session

2018-03-06 Thread Mark Erbaugh
I installed Web2py and Apache on a Raspberry Pi using the Ubuntu installation script. That script generated a self-signed SSL certificate. If I access the app using HTTP on port 80 and HTTPS on port 443, all is fine. This app is replacing a legacy app that needs to run HTTP on port 8080. I

[web2py] Backwards compatibility

2018-03-07 Thread Mark Erbaugh
I appreciate Web2py's view towards backwards compatibility, but I think some of the included libraries do not share the same philosophy. I have had to make changes eliminate errors or have expected functionality. I would like to know if I'm doing this right and if I've missed something. If you

[web2py] Re: Problem Pickling Session

2018-03-07 Thread Mark Erbaugh
I'm not sure this is the right way to answer Massimo's question as there appears to be no way to reply to his reply. Web2Py is 2.16.1-stable+timestamp.2017.11.14.05.54.25 I tried deleting all the files in the application (both my application and admin) sessions folders, but still have the same

[web2py] Updating the default template

2018-03-10 Thread Mark Erbaugh
When I was learning web2py, I watched Massimo's DePaul course videos. I could have sworn that there was a place in there where he mentioned how to update the welcome app and save things so that those changes are reflected in new apps that are created, but I can't find it again. -- Resources:

[web2py] Search box in navbar in defaut layout.html

2018-03-10 Thread Mark Erbaugh
What is the purpose and usage of the Search box displayed in the navbar when using the default layout.html? Here's the code in layout.html: Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py