Django-advance-thumbnail

Latest version: v1.0.2

Safety actively analyzes 665902 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.0

This is the first release of the `django_advance_thumbnail` package.

The `django_advance_thumbnail` package is a Django app that automates the creation of thumbnails for image fields. It provides an `AdvanceThumbnailField` that you can use in your Django models. When an image is uploaded to the associated image field, a thumbnail is automatically created and saved to the `AdvanceThumbnailField`.

Key Features:
- Automatic thumbnail creation: Thumbnails are automatically created whenever an image is uploaded or changed.
- Customizable thumbnail size: You can specify the size of the thumbnails. If not specified, the default size is `(300, 300)`.
- Automatic deletion: If the source image is deleted, the associated thumbnail is also deleted.

Please refer to the README and the documentation for more details on how to use this package.

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.