1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

adding new django version to update procedure

This commit is contained in:
Bandic007 2018-07-06 15:56:11 +03:00
parent 3628e5f355
commit 904df30386

View file

@ -231,6 +231,7 @@ datasource:
### How To Update ### How To Update
```bash ```bash
git pull git pull
pip install Django==1.11.14
python manage.py migrate python manage.py migrate
sudo service supervisor restart sudo service supervisor restart
``` ```