101
101
req.write(' <p class="userhello">Not logged in.</p>')
106
103
# If the "debuginfo" app is installed, display a warning to the admin to
107
104
# make sure it is removed in production.
108
105
if "debuginfo" in conf.apps.app_url:
109
106
req.write(" <p><small>Warning: debuginfo is enabled. Remove this "
110
107
"app from conf.apps.app_url when placed into production."
114
113
# Only print app tabs if logged in