Skip to content

Commit be88e75

Browse files
authored
Fixing the import of Django
1 parent 92edd87 commit be88e75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template_profiler_panel/panels/template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
import wrapt
66
from debug_toolbar.panels import Panel
77
from debug_toolbar.panels.sql.utils import contrasting_color_generator
8+
import django
89
from django.dispatch import Signal
10+
911
if django.VERSION < (3, 2):
1012
from django.utils.translation import ugettext_lazy as _
1113
else:

0 commit comments

Comments
 (0)