mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[1.4x] Fixed #18587 -- Typo in management command example
Thanks Frank Wiles.
Backport of 29ca3d3c4b
from master.
This commit is contained in:
parent
f5db3bddb3
commit
f1e416566a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ default options such as :djadminopt:`--verbosity` and :djadminopt:`--traceback`.
|
|||
|
||||
class Command(BaseCommand):
|
||||
...
|
||||
self.can_import_settings = True
|
||||
can_import_settings = True
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue