Compare commits

...

3 Commits

Author SHA1 Message Date
2b3fa6f216 Updated readme, according to thumbnail plugin change. 2020-08-05 18:29:03 +02:00
5d500100e5 Formatting. 2020-08-05 18:23:11 +02:00
b7fd19e5ef Removed unused fonts. 2020-08-05 18:19:52 +02:00
20 changed files with 3 additions and 2 deletions

View File

@ -11,6 +11,7 @@ django = "*"
easy-thumbnails = "*"
image = "*"
django-widget-tweaks = "*"
# Commented out to not explicitly specify Python3 subversion.
# Commented out to not explicitly specify Python 3 subversion.
# [requires]
# python_version = "3.8"

View File

@ -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