add django migration command to the vagrant vm

This commit is contained in:
Andreas Zweili 2017-11-12 21:41:05 +01:00
parent 1a63c54761
commit 484df9fc25
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

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