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)."¶
-