We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ef156 commit 67415afCopy full SHA for 67415af
1 file changed
debug.py
@@ -18,18 +18,12 @@
18
import cProfile
19
import traceback as tb
20
21
-try:
22
- from django.conf import settings
23
- debug = settings.DEBUG
24
-except ImportError:
25
- debug = True
26
-
27
# A debug decorator, written by Paul Butler, taken from
28
# http://paulbutler.org/archives/python-debugging-with-decorators/
29
# Additional functions and decorator functionality added by
30
# Henrik Levkowetz
31
32
-__version__ = "0.15"
+__version__ = "0.16"
33
34
increment = 2
35
0 commit comments