1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +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
```bash
git pull
pip install Django==1.11.14
python manage.py migrate
sudo service supervisor restart
```