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 b751b08 commit 9b28c9eCopy full SHA for 9b28c9e
docs/conf.py
@@ -19,9 +19,12 @@
19
here = os.path.abspath(os.path.dirname(__file__))
20
sys.path.insert(0, here)
21
sys.path.insert(0, os.path.dirname(here))
22
-sys.path.insert(0, os.path.join(os.path.dirname(here), 'example'))
23
24
os.environ['DJANGO_SETTINGS_MODULE'] = 'oauth2_provider.tests.settings'
+
25
+import django
26
+django.setup()
27
28
import oauth2_provider
29
30
# -- General configuration -----------------------------------------------------
0 commit comments