Skip to content

Commit deb4412

Browse files
committed
Clarify a few things in the README
1 parent 4990b51 commit deb4412

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,15 @@ You will see your templates listed in your coverage report alongside your
2424
Python modules.
2525

2626
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.
3036

3137

3238
What the? How?

0 commit comments

Comments
 (0)