mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Used app_label instead of appname.
The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path.
This commit is contained in:
parent
a7add2f296
commit
c81fae6b95
14 changed files with 75 additions and 71 deletions
|
|
@ -199,8 +199,8 @@ All attributes can be set in your derived class and can be used in
|
|||
|
||||
A string listing the arguments accepted by the command,
|
||||
suitable for use in help messages; e.g., a command which takes
|
||||
a list of application names might set this to '<appname
|
||||
appname ...>'.
|
||||
a list of application names might set this to '<app_label
|
||||
app_label ...>'.
|
||||
|
||||
.. attribute:: BaseCommand.can_import_settings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue