Loading docs/howto/custom-management-commands.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
docs/howto/custom-management-commands.txt +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading