-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I need to customize required system checks for a management command created with django-click.
But it seems djclick.command() has no interface to pass those kinds of arguments. I checked the source code and the only this I could find that is slightly related was
# Remove internal Django command handling machinery
kwargs.pop("skip_checks", None)Which was introduced in the very first commit bd0b8a0 and I couldn't understand why it was done.
Is this a missing feature, or am I missing something?
Metadata
Metadata
Assignees
Labels
No labels