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 344329d commit 48f5234Copy full SHA for 48f5234
webpack_loader/__init__.py
@@ -1,5 +1,7 @@
1
__author__ = 'Owais Lone'
2
__version__ = '1.1.0'
3
4
+import django
5
+
6
if django.VERSION < (3, 2): # pragma: no cover
7
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'
0 commit comments