From 484df9fc251d6bd464302569b1e82eca81938350 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 12 Nov 2017 21:41:05 +0100 Subject: [PATCH] add django migration command to the vagrant vm --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index a4b7175..466f4e8 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -45,6 +45,7 @@ Vagrant.configure("2") do |config| cp /vagrant/apache/000-default.conf /etc/apache2/sites-available/ #restart the webserver systemctl restart apache2.service + python3 /vagrant/django/didgeridoo/manage.py migrate SHELL end