Skip to content

Instantly share code, notes, and snippets.

@ojii
Created March 30, 2011 08:15
Show Gist options
  • Save ojii/894050 to your computer and use it in GitHub Desktop.
Save ojii/894050 to your computer and use it in GitHub Desktop.
wtf.py
from django import template
from pprint import pformat
register = template.Library()
@register
def wtf(obj):
return pformat(obj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment