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 6d30b57 commit 1a48b39Copy full SHA for 1a48b39
2 files changed
docs/source/conf.py
@@ -17,6 +17,7 @@
17
import datetime
18
19
sys.path.insert(0, os.path.abspath('../../error_tracker'))
20
+sys.path.insert(0, os.path.abspath('../..'))
21
print (sys.path)
22
import error_tracker
23
error_tracker/__init__.py
@@ -31,7 +31,7 @@
31
32
djangoInstalled = True
33
except ImportError as e:
34
- raise e
+ pass
35
36
if djangoInstalled:
37
from error_tracker.django import *
0 commit comments