[ aramo ]
[ 源代码: django-cleanup ]
软件包: python3-django-cleanup (5.2.0-1)
python3-django-cleanup 的相关链接
Trisquel 的资源:
下载源码包 django-cleanup:
- [django-cleanup_5.2.0-1.dsc]
- [django-cleanup_5.2.0.orig.tar.gz]
- [django-cleanup_5.2.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Python Team
- Dominik George
外部的资源:
- 主页 [github.com]
相似软件包:
- python-sorl-thumbnail-doc
- python3-django-rest-hooks
- python3-sorl-thumbnail
- python-django-reversion
- python-django-reversion-doc
- webext-form-history-control
- xul-ext-form-history-control
- python3-django-reversion
- python3-celery-haystack-ng
- libjson-multivalueordered-perl
- python3-django-dynamic-preferences
Clean up old files for Django's FileField and ImageField
The django-cleanup app automatically deletes files for FileField, ImageField and subclasses. When a FileField's value is changed and the model is saved, the old file is deleted. When a model that has a FileField is deleted, the file is also deleted. A file that is set as the FileField's default value will not be deleted.
其他与 python3-django-cleanup 有关的软件包
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-django (>= 2.2)
- High-level Python web development framework