From b7add0025e06e8fc857b4b44759e3ce73c808a24 Mon Sep 17 00:00:00 2001 From: Horilla <131998600+horilla-opensource@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:06:28 +0000 Subject: [PATCH] Update README.md Add compile messages for text translations and breadcrumb texts --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aba347128..43a8bf2b4 100755 --- a/README.md +++ b/README.md @@ -146,7 +146,13 @@ python manage.py createhorillauser
Enter the details asked for creating the admin user for the project. -5. Running the project + +5. Enabling the translations and breadcrumbs text + ```bash + python manage.py compilemessages + ``` + +7. Running the project To run the project locally, execute the following command: ```bash