File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Tutorial: Inheritance & Plugins
7
7
===============================
8
8
9
9
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:
12
12
13
13
1. Override the behavior of a command in an upstream app.
14
14
2. Add additional subcommands or groups to a command in an upstream app.
You can’t perform that action at this time.
0 commit comments