create_plugin

This module is used to create a new plugin using manage.py

class smarter.apps.plugin.management.commands.create_plugin.Command(*args, **kwargs)[source]

Bases: SmarterCommand

Django manage.py create_plugin command. This command is used to create a plugin from a yaml import file.

add_arguments(parser)[source]

Add arguments to the command.

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

create the plugin.