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:
parent
3628e5f355
commit
904df30386
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue