add sorl-thumbnail

This commit is contained in:
Will Vincent 2023-04-05 12:58:16 -04:00
parent 4ff2b6fcc4
commit 8328fb8c63

View File

@ -167,6 +167,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/
- [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files. - [django-cleanup](https://github.com/un1t/django-cleanup) - Zero configuration file/image removal for local and remote files.
- [django-imagekit](https://github.com/matthewwithanm/django-imagekit) - Django app for processing images for thumbnail, black-and-white and sizes. - [django-imagekit](https://github.com/matthewwithanm/django-imagekit) - Django app for processing images for thumbnail, black-and-white and sizes.
- [django-pictures](https://github.com/codingjoe/django-pictures) - Responsive cross-browser image library using modern codes like AVIF & WebP. - [django-pictures](https://github.com/codingjoe/django-pictures) - Responsive cross-browser image library using modern codes like AVIF & WebP.
- [sorl-thumbnail](https://github.com/jazzband/sorl-thumbnail) - Thumbnails for Django.
### Forms ### Forms
- [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate bleach into forms and models. - [django-bleach](https://github.com/marksweb/django-bleach/) - Integrate bleach into forms and models.