parent
fe80358fd5
commit
93568d6da3
1 changed files with 17 additions and 0 deletions
|
@ -115,3 +115,20 @@ EMAIL_USE_TLS = True
|
||||||
# or
|
# or
|
||||||
EMAIL_USE_SSL = True
|
EMAIL_USE_SSL = True
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Upgrading
|
||||||
|
|
||||||
|
Usually, for upgrading, you need those steps:
|
||||||
|
|
||||||
|
```
|
||||||
|
pip install umap-project --upgrade
|
||||||
|
umap migrate
|
||||||
|
umap collectstatic
|
||||||
|
umap compress
|
||||||
|
```
|
||||||
|
|
||||||
|
Then you need to restart your python server, for example:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo systemctl restart uwsgi # or gunicorn, or…
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue