Commit 29ca3d3c authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed #18587 -- Typo in management command example

Thanks Frank Wiles.
parent a4bb7dd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -129,7 +129,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):