From 2b3fa6f216565449047b26e4ce7b9c615fbb387e Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 5 Aug 2020 18:29:03 +0200 Subject: [PATCH] Updated readme, according to thumbnail plugin change. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 55d5587..2a45da9 100644 --- a/Readme.md +++ b/Readme.md @@ -8,7 +8,7 @@ The software ist currently in early development status, neither scope, datalmode Right now it depends on the following non-core Python 3 libraries. These can be installed using the package manager of your distribution or into the venv locally. * [django](https://www.djangoproject.com/) django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. - * [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with django. + * [easy-thumbnais](https://github.com/SmileyChris/easy-thumbnails) A powerful, yet easy to implement thumbnailing application for Django 1.11+ ### Setting up a (pipenv) virtual environment for development