README.rst: add paragraph on compilation of translations

This commit is contained in:
Benjamin Dauvergne 2013-07-24 11:35:28 +02:00
parent 91c9e0296a
commit 3bfa24e102
1 changed files with 7 additions and 0 deletions

View File

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