beat.web.utils.management.commands.xdumpdata module

class beat.web.utils.management.commands.xdumpdata.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

help = "Output the contents of the database as a fixture of the given format (using each model's default manager unless --all is specified)."
add_arguments(parser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*app_labels, **options)[source]

The actual logic of the command. Subclasses must implement this method.