add the Pillow module to allow image uploads

This commit is contained in:
Andreas Zweili 2017-12-06 20:32:24 +01:00
parent 4626d02435
commit bba1bde937
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

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