From bba1bde937383112c00ccbdcb92ffabbb57f6668 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 6 Dec 2017 20:32:24 +0100 Subject: [PATCH] add the Pillow module to allow image uploads --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 7fd096b..b7f26bb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -30,7 +30,7 @@ Vagrant.configure("2") do |config| #zu installierende Pakete apt-get install -y apache2 python3-django mariadb-server avahi-daemon \ libnss-mdns libapache2-mod-wsgi-py3 python3-mysqldb python3-pip - pip3 install django-extensions + pip3 install django-extensions Pillow #initialize the db