From c9c2a5cda9bcd5ccef5ac2e729e0a28ba4dc6a70 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sat, 27 Jan 2018 21:32:21 +0100 Subject: [PATCH] Update the README with the i18n instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db22ad1..5fa76b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ * Python 3 * pipenv * git +* gettext ## Quick deployment @@ -16,6 +17,7 @@ vim .env pipenv --python 3 --update pipenv run ./manage.py migrate pipenv run ./manage.py collectstatic +pipenv run ./manage.py compilemessages ```