You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,20 @@ the plugin to identify untested templates.
51
51
If you get a :code:`django.core.exceptions.ImproperlyConfigured` error,
52
52
you need to set the :code:`DJANGO_SETTINGS_MODULE` environment variable.
53
53
54
+
If you get :code:`django_coverage_plugin.plugin.DjangoTemplatePluginException: Template debugging must be enabled in settings`, change your TEMPLATES setting:
0 commit comments