Update umap/management/commands/empty_trash.py

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2024-12-10 17:31:08 +01:00 committed by GitHub
parent c4c874c5c2
commit 88ed5af776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ from umap.models import Map
class Command(BaseCommand): class Command(BaseCommand):
help = "Remove maps in trash. Eg.: umap purge_deleted --days 7" help = "Remove maps in trash. Eg.: umap empty_trash --days 7"
def add_arguments(self, parser): def add_arguments(self, parser):
parser.add_argument( parser.add_argument(