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 ======================================