8 buildPythonPackage rec {
9 pname = "django-cleanup";
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-xzmgVUTh5I3ISIcchw2/FZX4Uz0kUjvGc2DkNWLtrw0=";
25 description = "Automatically deletes old file for FileField and ImageField. It also deletes files on models instance deletion";
26 homepage = "https://github.com/un1t/django-cleanup";
27 changelog = "https://github.com/un1t/django-cleanup/blob/${version}/CHANGELOG.md";
28 license = licenses.mit;
29 maintainers = with maintainers; [ mmai ];