[web2py] Re: Code changes on live server not showing up

2016-06-22 Thread Anthony
On Wednesday, June 22, 2016 at 11:43:08 AM UTC-4, Marty Jones wrote: > > I see. Are there any web2py-specific caching settings I should check? > No, web2py doesn't cache anything by default. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/w

[web2py] Re: Code changes on live server not showing up

2016-06-22 Thread Marty Jones
I see. Are there any web2py-specific caching settings I should check? On Wednesday, June 22, 2016 at 11:18:50 AM UTC-4, Anthony wrote: > > On Wednesday, June 22, 2016 at 10:39:23 AM UTC-4, Marty Jones wrote: >> >> No. I was under the impression it doesn't need to be. Does it? >> > > No, it doesn't

[web2py] Re: Code changes on live server not showing up

2016-06-22 Thread Anthony
On Wednesday, June 22, 2016 at 10:39:23 AM UTC-4, Marty Jones wrote: > > No. I was under the impression it doesn't need to be. Does it? > No, it doesn't need to be compiled, but it will run faster. Anyway, if changes aren't showing up, either you are doing some caching, or the code you're changi

[web2py] Re: Code changes on live server not showing up

2016-06-22 Thread Marty Jones
No. I was under the impression it doesn't need to be. Does it? On Tuesday, June 21, 2016 at 10:46:33 PM UTC-4, Anthony wrote: > > Is your application compiled? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://cod