Skip to content

Commit 48f5234

Browse files
Mogostfjsj
authored andcommitted
Add missed import
1 parent 344329d commit 48f5234

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webpack_loader/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
__author__ = 'Owais Lone'
22
__version__ = '1.1.0'
33

4+
import django
5+
46
if django.VERSION < (3, 2): # pragma: no cover
57
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'

0 commit comments

Comments
 (0)