1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
4 pname = "django-webpack-loader";
9 sha256 = "0izl6bibhz3v538ad5hl13lfr6kvprf62rcl77wq2i5538h8hg3s";
12 # django.core.exceptions.ImproperlyConfigured (path issue with DJANGO_SETTINGS_MODULE?)
16 description = "Use webpack to generate your static bundles";
17 homepage = "https://github.com/owais/django-webpack-loader";
18 maintainers = with maintainers; [ peterromfeldhk ];
19 license = with licenses; [ mit ];