mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
@@ -700,7 +700,7 @@ Management commands and order of :setting:`INSTALLED_APPS`
|
|||||||
When several applications provide management commands with the same name,
|
When several applications provide management commands with the same name,
|
||||||
Django loads the command from the application that comes first in
|
Django loads the command from the application that comes first in
|
||||||
:setting:`INSTALLED_APPS`. Previous versions loaded the command from the
|
:setting:`INSTALLED_APPS`. Previous versions loaded the command from the
|
||||||
applicatino that came last.
|
application that came last.
|
||||||
|
|
||||||
This brings discovery of management commands in line with other parts of
|
This brings discovery of management commands in line with other parts of
|
||||||
Django that rely on the order of :setting:`INSTALLED_APPS`, such as static
|
Django that rely on the order of :setting:`INSTALLED_APPS`, such as static
|
||||||
|
|||||||
Reference in New Issue
Block a user