diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-10-29 16:38:46 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-30 08:22:13 -0400 |
| commit | cbd936d0f87cf5109d3ef67c07797c657912f424 (patch) | |
| tree | f4b43d4cb24427ea11ce878b2503373527245713 /docs/ref | |
| parent | aac594f65f613929f904f2ecb466edfb573e17b4 (diff) | |
Fixed #18731 -- Added an example about customizing "makemessages" command.
Thanks claudp for the suggestion and review.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 37f9cc018e..870e7b9078 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -666,6 +666,11 @@ Use the ``--keep-pot`` option to prevent Django from deleting the temporary .pot files it generates before creating the .po file. This is useful for debugging errors which may prevent the final language files from being created. +.. seealso:: + + See :ref:`customizing-makemessages` for instructions on how to customize + the keywords that :djadmin:`makemessages` passes to ``xgettext``. + makemigrations [<app_label>] ---------------------------- |
