I\'m new to Django and I wonder if there is a way to dump all the variables available to a template for debugging purposes. In Python I might use something like locals()<
locals()<
Install the Django Debug Toolbar. It gives you all that and more.