From 3bfa24e102f03e0a4c0ccb2412f2e90fdd8f8bdb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 24 Jul 2013 11:35:28 +0200 Subject: [PATCH] README.rst: add paragraph on compilation of translations --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 20e9d9e02..1231fb8e0 100644 --- a/README.rst +++ b/README.rst @@ -251,6 +251,13 @@ You should refer to the Django documentation on databases settings at http://docs.djangoproject.com/en/dev/ref/settings/#databases for all the details. +Compiling translations +====================== + +Translations must compiled to be useful, to do that run the following command: + + ./setup.py compile_translations + Using Authentic with an LDAP directory ======================================