[web2py] Re: block entire app

2019-05-16 Thread villas
Maybe you could also consider simply adding a redirect at the top of your first model file: e.g. redirect(URL('static','404.html')) > On Tuesday, 14 May 2019 22:29:56 UTC+1, Dave S wrote: > > > > On Monday, May 13, 2019 at 8:44:54 PM UTC-7, lucas wrote: >> >> hey one and all, >> >> where, in w

[web2py] Re: block entire app

2019-05-14 Thread Dave S
On Monday, May 13, 2019 at 8:44:54 PM UTC-7, lucas wrote: > > hey one and all, > > where, in what model or controller, is the best place to place a few lines > of code that captures every controller/function call in the entire app and > returns a single page with a line of text and link to shut