From bee86e35919c726134be500b76dc016fef4e772d Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 1 Nov 2017 17:16:55 +0100 Subject: [PATCH] add the mysqlclient package to the vagrant setup --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2a7fd9e..51b281e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -28,7 +28,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 + libnss-mdns libapache2-mod-wsgi-py3 python3-mysqldb #So würde der Code aussehen um SQL Scripts in die DB zu importieren. #mysql < /vagrant/sql/remove_db.sql