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 0ecaca4 commit bcbd9f4Copy full SHA for bcbd9f4
docs/conf.py
@@ -27,7 +27,7 @@
27
# Insert the project root dir as the first element in the PYTHONPATH.
28
# This lets us ensure that the source package is imported, and that its
29
# version is used.
30
-sys.path.insert(0, project_root)
+sys.path.insert(0, os.path.join(project_root, 'src'))
31
32
from django.conf import settings # noqa
33
settings.configure()
0 commit comments