djangocms_installer.config package

Submodules

djangocms_installer.config.internal module

class djangocms_installer.config.internal.DbAction(option_strings, dest, nargs=None, const=None, default=None, type=None, choices=None, required=False, help=None, metavar=None)[source]

Bases: argparse.Action

djangocms_installer.config.internal.validate_project(project_name)[source]

Check the defined project name against keywords, builtins and existing modules to avoid name clashing

djangocms_installer.config.settings module

Module contents

djangocms_installer.config.get_settings()[source]
djangocms_installer.config.parse(args)[source]

Define the available arguments

djangocms_installer.config.show_plugins()[source]

Shows a descriptive text about supported plugins

djangocms_installer.config.show_requirements(args)[source]

Prints the list of requirements according to the arguments provided

djangocms_installer.config.write_default(config)[source]