[UPD] Description

pull/192/head
Stefan Rijnhart 2015-06-25 22:33:45 +02:00
parent 9f04e39339
commit bec28117ab
1 changed files with 4 additions and 6 deletions

View File

@ -20,12 +20,10 @@ Python code.
Configuration Configuration
============= =============
After installation of the module, you can import the mixin class that it With a dependency on this module, you can have any model inherit from the mixin
provides and have any model inherit from it in your python class definition. model in your python class definition. You can then assign your class a
*_language_path* member to indicate where to find the language into which its
You can then assign your class a *_language_path* member to indicate where reports are to be translated. See the following code example:
to find the language into which its reports are to be translated. See the
following code example:
.. code:: .. code::