Hi, Testing db administration on 1.87.2 (windows), I got the error below:
"NameError: name 'DEMO_MODE' is not defined"
In regards to appadmin.py:
"if DEMO_MODE:
response.flash = T('disabled in demo mode')
redirect(URL('default','site'))"
Which is solved by defining it, but never came across this behavior
before and it's not mentioned anywhere in the docs or this group?

