cli.management.commands package

Submodules

cli.management.commands.migratedata module

class cli.management.commands.migratedata.Command(stdout=None, stderr=None, no_color=False)

Bases: django.core.management.base.BaseCommand

Command that migrates existing data files into scale

add_arguments(parser)
static generate_file_list(path, include, exclude)
handle(*args, **options)

See django.core.management.base.BaseCommand.handle().

This method migrates existing data files into scale.

help = 'Migrate existing data into scale'

Module contents