Z
Size: a a a
Z
Z
Z
Z
Z
DI
Z
commands = {name: 'django.core' for name in find_commands(__path__[0])}
if not settings.configured:
return commands
for app_config in reversed(list(apps.get_app_configs())):
path = os.path.join(app_config.path, 'management')
commands.update({name: app_config.name for name in find_commands(path)})Z
Z
DI
Z
DI
Z
Z
DI
Z
Z
DI
DI
Z