mirror of
https://github.com/django/django.git
synced 2025-10-15 04:49:49 +00:00
parent
e6e664a711
commit
8b020f2e64
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ Imports
|
||||||
.. console::
|
.. console::
|
||||||
|
|
||||||
$ python -m pip install "isort >= 5.1.0"
|
$ python -m pip install "isort >= 5.1.0"
|
||||||
$ isort -rc .
|
$ isort .
|
||||||
|
|
||||||
This runs ``isort`` recursively from your current directory, modifying any
|
This runs ``isort`` recursively from your current directory, modifying any
|
||||||
files that don't conform to the guidelines. If you need to have imports out
|
files that don't conform to the guidelines. If you need to have imports out
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue