~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/dispatch/html.py

  • Committer: mattgiuca
  • Date: 2008-02-25 07:12:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:581
html.py: Updated warning about disabling debuginfo - the new way to disable it
is to set enable_debuginfo = False.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
    # If the "debuginfo" app is installed, display a warning to the admin to
109
109
    # make sure it is removed in production.
110
110
    if "debuginfo" in conf.apps.app_url:
111
 
        req.write("  <p><small>Warning: debuginfo is enabled. Remove this "
112
 
            "app from conf.apps.app_url when placed into production."
113
 
            "</small></p>\n")
 
111
        req.write("  <p><small>Warning: debuginfo is enabled. Set "
 
112
            "enable_debuginfo = False in lib/conf/apps.py, when placing IVLE "
 
113
            "into production.</small></p>\n")
114
114
 
115
115
    # If req has a "no_agreement" attribute, then it is because the user has
116
116
    # not signed the agreement; therefore we are displaying the TOS page.