File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,15 @@ You will see your templates listed in your coverage report alongside your
24
24
Python modules.
25
25
26
26
If you get a django.core.exceptions.ImproperlyConfigured error, you need to set
27
- the DJANGO_SETTINGS_MODULE environment variable. You may also have problems
28
- with importing the settings module with coverage commands. You can set
29
- PYTHONPATH=. to fix that. I'm interested in ideas about how to fix this better.
27
+ the DJANGO_SETTINGS_MODULE environment variable.
28
+
29
+
30
+ Configuration
31
+ -------------
32
+
33
+ The Django template plugin uses some existing settings from your .coveragerc
34
+ file. The ``source= ``, ``include= ``, and ``omit= `` options control what
35
+ template files are included in the report.
30
36
31
37
32
38
What the? How?
You can’t perform that action at this time.
0 commit comments