There was an error while loading. Please reload this page.
1 parent bec01c3 commit c3bf52bCopy full SHA for c3bf52b
setup.py
@@ -2,7 +2,7 @@
2
setup(
3
name = 'django-webpack-loader',
4
packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
5
- version = '0.0.4.5',
+ version = '0.0.5',
6
description = 'Load your webpack bundles and chunks in django',
7
author = 'Owais Lone',
8
author_email = 'hello@owaislone.org',
webpack_loader/apps.py
@@ -6,4 +6,4 @@ class WebpackLoaderConfig(AppConfig):
verbose_name = "Webpack Loader"
def ready(self):
9
- from .signals import *
+ from . import signals
0 commit comments