config.management.commands package

Config app commands.

Submodules

config.management.commands.fs2import module

FoolSlide2 importer.

class config.management.commands.fs2import.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: django.core.management.base.BaseCommand

Command used to import data from a FoolSlide2 installation.

help = 'Imports data from FoolSlide2.'
add_arguments(parser)[source]

Add arguments to the command.

Parameters

parser (ArgumentParser) – An ArgumentParser instance.

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

Execute the command.

Parameters
  • args (str) – The arguments of the command.

  • options (str) – The options of the command.