Compare commits

..

No commits in common. "2b3fa6f216565449047b26e4ce7b9c615fbb387e" and "85632e85fbf92e6934a158eefdd7776f3920450e" have entirely different histories.

20 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ django = "*"
easy-thumbnails = "*"
image = "*"
django-widget-tweaks = "*"
# Commented out to not explicitly specify Python3 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.
* [easy-thumbnais](https://github.com/SmileyChris/easy-thumbnails) A powerful, yet easy to implement thumbnailing application for Django 1.11+
* [django-thumbs-v2](https://github.com/rrmerugu/django-thumbs-v2) Create thumbnails for your images with django.
### Setting up a (pipenv) virtual environment for development