mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
b0b1687002
commit
e75dcfcb95
1 changed files with 8 additions and 0 deletions
|
@ -164,3 +164,11 @@ Collec new statics
|
||||||
```bash
|
```bash
|
||||||
python3 manage.py collectstatic
|
python3 manage.py collectstatic
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## MR 303: Remove generated locales from git tree
|
||||||
|
|
||||||
|
After each pull generate locales
|
||||||
|
|
||||||
|
```bash
|
||||||
|
python3 manage.py compilemessages
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue