BaseCommand.can_import_settings
A boolean indicating whether the command needs to be able to import Django settings; if True
, execute()
will verify that this is possible before proceeding. Default value is True
.
BaseCommand.can_import_settings
A boolean indicating whether the command needs to be able to import Django settings; if True
, execute()
will verify that this is possible before proceeding. Default value is True
.
Please login to continue.