management.management.commands.check_for_not_permitted_ecc_curvesΒΆ Management command to check for not permitted ECC curves. Module ContentsΒΆ class management.management.commands.check_for_not_permitted_ecc_curves.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]ΒΆ Bases: django.core.management.base.BaseCommand Custom Django management command to check certificates for not permitted ECC curves. help = 'Check certificates using not permitted ECC curves.'[source]ΒΆ handle(*args, **kwargs)[source]ΒΆ Entrypoint for the command. Parameters: *args (Any) β Additional positional arguments. **kwargs (dict[str, Any]) β Additional keyword arguments. Return type: None