mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Add changelog information
This commit is contained in:
parent
0ef6ec5b28
commit
c20a28b15e
1 changed files with 14 additions and 0 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -150,3 +150,17 @@ On some database engines (postgreSQL) you also need to update the id sequences:
|
||||||
```bash
|
```bash
|
||||||
python3 manage.py sqlsequencereset cotisations | python3 manage.py dbshell
|
python3 manage.py sqlsequencereset cotisations | python3 manage.py dbshell
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## MR 296: Frontend changes
|
||||||
|
|
||||||
|
Install fonts-font-awesome
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apt-get -y install fonts-font-awesome
|
||||||
|
```
|
||||||
|
|
||||||
|
Collec new statics
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 manage.py collectstatic
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue