From d97d785c716c678f793b1d8928a87e1c01910c0c Mon Sep 17 00:00:00 2001 From: saeedblanchette <33104967+saeedblanchette@users.noreply.github.com> Date: Sun, 24 Jul 2022 13:55:09 +0100 Subject: [PATCH 1/2] Update README.MD Added django-imagekit and django-pictures to- images --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 430a9a1..da91126 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,8 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Files/Images - [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-pictures](https://github.com/codingjoe/django-pictures) - Responsive cross-browser image library using modern codes like AVIF & WebP. ### Forms - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms. - [django-floppyforms](https://github.com/jazzband/django-floppyforms) - Full control of form rendering. From 7e29c2629627c5348c7443ac36c9be076a345894 Mon Sep 17 00:00:00 2001 From: saeedblanchette <33104967+saeedblanchette@users.noreply.github.com> Date: Wed, 10 Aug 2022 12:57:34 +0100 Subject: [PATCH 2/2] Added django imagekit and django-pictures to images Added dot to the end of the line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da91126..96ca082 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ ### Files/Images - [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. ### Forms - [django-crispy-forms](https://github.com/django-crispy-forms/django-crispy-forms/) - DRY Django forms.