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