On Sunday, December 4, 2011 4:12:03 PM UTC-5, Ramos wrote: > > What about an On/OFF button in admin to disable individualy every app( or > all) redirecting automaticly the user the a default page. Without the need > of the programmer. >
Actually, that's in trunk now (a disable/enable button for each app in admin). I think it can be improved though -- right now it just shows a fixed default "down for maintenance" message. We should make it more customizable. Of course, if you have access to 'admin', you can easily edit the db.py model file for any app to redirect all traffic to a static page or some default function (possibly in another app). Anthony

