8
0
Fork 0
mirror of https://gitlab.federez.net/re2o/re2o synced 2024-05-14 06:36:07 +00:00

Add changelog information

This commit is contained in:
Alexandre Iooss 2018-09-19 22:49:12 +02:00 committed by Alexandre IOOSS
parent 0ef6ec5b28
commit c20a28b15e

View file

@ -150,3 +150,17 @@ On some database engines (postgreSQL) you also need to update the id sequences:
```bash
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
```