import gluon.fileutils is_logged_in_admin=gluon.fileutils.check_credentials(request)
On Jun 8, 7:15 am, Sverre <[email protected]> wrote: > Is it possible to detect if a developer is logged in the admin app? > The purpose is to make some parts depending on a developer mode.

