readme: added compilemessages command

This commit is contained in:
AdrienLSH 2024-02-01 14:53:02 +01:00
parent 2786212b9c
commit 45ae11f96e

View File

@ -37,6 +37,10 @@ python manage.py makemigrations chat
python manage.py makemigrations tournament
python manage.py migrate
```
- Compile translations
```
python manage.py compilemessages
```
- Start the developpement server
```
python manage.py runserver 0.0.0.0:8000