Update README.md

Add compile messages for text translations and breadcrumb texts
This commit is contained in:
Horilla
2024-03-14 10:06:28 +00:00
committed by GitHub
parent ea3aaf150b
commit b7add0025e

View File

@@ -146,7 +146,13 @@ python manage.py createhorillauser
<br>
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