[tasks] Add more visibility to backups
All checks were successful
build & deploy / test (push) Successful in 2m3s
build & deploy / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-05-24 12:39:51 -04:00
parent 766f9db17c
commit 6927729284
3 changed files with 69 additions and 7 deletions

View File

@ -0,0 +1,7 @@
from django.core.management.base import BaseCommand
from vrobbler.apps.scrobbles.tasks import backup_database
class Command(BaseCommand):
def handle(self, *args, **options):
backup_database()