Skip to content

Commit bbe8be2

Browse files
committed
minor doc tweak
1 parent 7e69fd9 commit bbe8be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Tutorial: Inheritance & Plugins
77
===============================
88

99
Adding to, or altering the behavior of, commands from upstream Django_ apps is a common use case.
10-
Doing so allows you to keep your CLI_ stable while adding additional behaviors through your site's
11-
configuration settings files. There are three main extension patterns you may wish to employ:
10+
Doing so allows you to keep your CLI_ stable while adding additional behaviors by installing new
11+
apps in ``INSTALLED_APPS``. There are three main extension patterns you may wish to employ:
1212

1313
1. Override the behavior of a command in an upstream app.
1414
2. Add additional subcommands or groups to a command in an upstream app.

0 commit comments

Comments
 (0)