django-template-debug icon indicating copy to clipboard operation
django-template-debug copied to clipboard

A small collection of template tags for debugging and introspecting templates

Results 8 django-template-debug issues
Sort by recently updated
recently updated
newest added

I've been using django-template-debug with the [Wagtail CMS](http://docs.wagtail.io), and I'm getting unexpected output from this projects tags. For example: ``` {% variables %} {% attributes self %} {% details self...

``` WARNINGS: ?: (1_8.W001) The standalone TEMPLATE_* settings were deprecated in Django 1.8 and the TEMPLATES dictionary takes precedence. You must put the values of the following settings into your...

These might help with the following use cases, though others might be found: 1. Locating the function name and file name of the view that is rendering the current template...

question

- Needs a requirements file for test requirements (tox and sphinx) - Needs some instructions on local setup for developers, especially with regard to the settings file to point to...

enhancement

Two known points are the get_attributes utility function and making the get_details utility function a more targeted unit test. After some refactoring, the latter became more of an integration test.