There was an error while loading. Please reload this page.
1 parent d16415c commit 86c4dc7Copy full SHA for 86c4dc7
setup.py
@@ -4,7 +4,7 @@
4
5
setup(
6
name = 'django-webpack-loader',
7
- packages = ['webpack_loader', 'webpack_loader/templatetags'], # this must be the same as the name above
+ packages = ['webpack_loader', 'webpack_loader/templatetags', 'webpack_loader/contrib'],
8
version = version,
9
description = 'Load your webpack bundles and chunks in django',
10
author = 'Owais Lone',
0 commit comments