Skip to content

Instantly share code, notes, and snippets.

@jedie
Created January 12, 2012 16:36
Show Gist options
  • Save jedie/1601490 to your computer and use it in GitHub Desktop.
Save jedie/1601490 to your computer and use it in GitHub Desktop.
add this to your local_settings.py to "hide" the info string
from django_processinfo import app_settings as PROCESSINFO
PROCESSINFO.INFO_FORMATTER = "<!-- django-processinfo: %(own).1f ms of %(total).1f ms (%(perc).1f%%) -->"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment