From 1bd3f1cb20d753aeb0f84f76aab982b2d7d1db72 Mon Sep 17 00:00:00 2001 From: AdrienLSH Date: Thu, 1 Feb 2024 14:53:02 +0100 Subject: [PATCH] readme: added compilemessages command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae970a3..4491728 100644 --- a/README.md +++ b/README.md @@ -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