Added short description to remove_stale_contenttypes command.

This commit is contained in:
touhf 2023-01-20 16:58:51 +05:00 committed by GitHub
parent 5cd1385356
commit e1a093f8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ from django.db.models.deletion import Collector
class Command(BaseCommand):
help = "Deletes stale content types in the database."
def add_arguments(self, parser):
parser.add_argument(
"--noinput",