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

Update CHANGELOG.md

This commit is contained in:
Alexandre Iooss 2018-09-22 15:05:24 +02:00
parent b0b1687002
commit e75dcfcb95

View file

@ -164,3 +164,11 @@ Collec new statics
```bash
python3 manage.py collectstatic
```
## MR 303: Remove generated locales from git tree
After each pull generate locales
```bash
python3 manage.py compilemessages
```