Skip to content

Commit 7fe3da0

Browse files
committed
Add some important caveats to the readme
1 parent efed401 commit 7fe3da0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ plugins, or coveralls.io.
2323
You will see your templates listed in your coverage report alongside your
2424
Python modules.
2525

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.
30+
2631

2732
What the? How?
2833
--------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='django_coverage_plugin',
7-
version='0.3.1',
7+
version='0.3.2',
88
description='Django template coverage.py plugin',
99
author='Ned Batchelder',
1010
author_email='[email protected]',

0 commit comments

Comments
 (0)