mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Merge branch 'changelog_2.9_fix' into 'dev'
Add missing update step details in CHANGELOG.md See merge request re2o/re2o!591
This commit is contained in:
commit
50d0bab8b7
1 changed files with 3 additions and 2 deletions
|
@ -30,15 +30,16 @@ sudo pip3 install -r pip_requirements.txt
|
||||||
python3 manage.py collectstatic
|
python3 manage.py collectstatic
|
||||||
```
|
```
|
||||||
|
|
||||||
### MR 589: Move ldap to optional app
|
### MR 589: Move LDAP to optional app
|
||||||
|
|
||||||
Add `ldap_sync` to your optional apps in your local settings if you want to keep using the LDAP synchronisation.
|
Add `ldap_sync` to your optional apps in your local settings (`re2o/settings_local.py`) if you want to keep using the LDAP synchronisation.
|
||||||
|
|
||||||
### Final steps
|
### Final steps
|
||||||
|
|
||||||
As usual, run the following commands after updating:
|
As usual, run the following commands after updating:
|
||||||
```bash
|
```bash
|
||||||
python3 manage.py migrate
|
python3 manage.py migrate
|
||||||
|
python3 manage.py compilemessages
|
||||||
sudo service apache2 reload
|
sudo service apache2 reload
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue