2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Additional output for invoke tasks (#8476)

This commit is contained in:
Oliver
2024-11-14 16:10:44 +11:00
committed by GitHub
parent b1a5b1a3bb
commit ae88124294

View File

@ -372,6 +372,7 @@ def clean_settings(c):
"""Clean the setting tables of old settings."""
info('Cleaning old settings from the database')
manage(c, 'clean_settings')
success('Settings cleaned successfully')
@task(help={'mail': "mail of the user who's MFA should be disabled"})
@ -624,6 +625,8 @@ def update(
if not skip_static:
static(c, frontend=not no_frontend)
success('InvenTree update complete!')
# Data tasks
@task(