[tasks] Add more visibility to backups
This commit is contained in:
@ -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()
|
||||
Reference in New Issue
Block a user