Add migration step to setup script

This commit is contained in:
Kumi 2019-01-09 19:46:03 +01:00
parent 03322e8159
commit c5750a5b44

View file

@ -3,6 +3,7 @@
sudo apt install -y python3-pip
sudo pip3 install django uwsgi
./manage.py collectstatic
./manage.py migrate
sudo cp vpnmanager.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable vpnmanager