Fixed a type

remotes/origin/enhancement/email-actions
David Barragán Merino 2013-11-12 18:52:51 +01:00
parent 531b78beae
commit 246726ab21
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Just execute these commands in your virtualenv(wrapper):
python manage.py createinitialrevisions python manage.py createinitialrevisions
You have to load the sql sentences of the file ``sql/tags.sql`` and your database You have to load the sql sentences of the file ``sql/tags.sql`` and your database
ust support PL/Python. You use an user with privileges in the database, must support PL/Python. You use a dbuser with privileges in the database,
'greenmine' for example, to do this. 'greenmine' for example, to do this.
.. code-block:: console .. code-block:: console