MCPcopy
hub / github.com/django/django / execute

Method execute

django/contrib/auth/management/commands/createsuperuser.py:88–90  ·  view source on GitHub ↗
(self, *args, **options)

Source from the content-addressed store, hash-verified

86 )
87
88 def execute(self, *args, **options):
89 self.stdin = options.get("stdin", sys.stdin) # Used for testing
90 return super().execute(*args, **options)
91
92 def handle(self, *args, **options):
93 username = options[self.UserModel.USERNAME_FIELD]

Callers 15

create_default_siteFunction · 0.45
database_forwardsMethod · 0.45
database_backwardsMethod · 0.45
extension_existsMethod · 0.45
create_collationMethod · 0.45
remove_collationMethod · 0.45
database_forwardsMethod · 0.45
database_forwardsMethod · 0.45
get_type_oidsFunction · 0.45
delete_modelMethod · 0.45
remove_fieldMethod · 0.45
run_geometry_sqlMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected