mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-24 23:25:24 +00:00
adding new django version to update procedure
This commit is contained in:
parent
3628e5f355
commit
904df30386
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue