delete_plugin

This module deletes a plugin using manage.py on the command line.

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

Bases: SmarterCommand

Django manage.py delete_plugin command. This command is used to delete a plugin.

add_arguments(parser)[source]

Add arguments to the command.

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

delete the plugin.