djangovariablestemplatesdebugging

Django debug display all variables of a page


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


Solution

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