mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #29973 -- Added compilemessages --ignore option.
This commit is contained in:
parent
bc9f0b3203
commit
a168e5616c
4 changed files with 65 additions and 3 deletions
|
@ -173,6 +173,17 @@ Example usage::
|
|||
django-admin compilemessages -x pt_BR
|
||||
django-admin compilemessages -x pt_BR -x fr
|
||||
|
||||
.. django-admin-option:: --ignore PATTERN, -i PATTERN
|
||||
|
||||
.. versionadded:: 3.0
|
||||
|
||||
Ignores directories matching the given :mod:`glob`-style pattern. Use
|
||||
multiple times to ignore more.
|
||||
|
||||
Example usage::
|
||||
|
||||
django-admin compilemessages --ignore=cache --ignore=outdated/*/locale
|
||||
|
||||
``createcachetable``
|
||||
--------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue