Django debug display all variables of a page

eaman picture eaman · Feb 6, 2010 · Viewed 59.5k times · Source

Is there a template tag (or any other trick) I can use to display all the variables available in a page?

Answer

Keryn Knight picture Keryn Knight · Feb 6, 2010

If DEBUG is enabled, there's a template tag called {% debug %}