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
77===============================
88
99Adding 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.
You can’t perform that action at this time.
0 commit comments