We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77bc5a commit a20bc87Copy full SHA for a20bc87
doc/source/conf.py
@@ -6,8 +6,7 @@
6
import shutil
7
import django
8
9
-sys.path.append(str(Path(__file__).parent.parent.parent / 'tests'))
10
-sys.path.append(str(Path(__file__).parent.parent.parent / 'examples'))
+sys.path.append(str(Path(__file__).parent.parent.parent))
11
sys.path.append(str(Path(__file__).parent / 'ext'))
12
13
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tests.settings.base')
0 commit comments