Module manage :: Class UpdateIndexesCommand
[hide private]
[frames] | no frames]

type UpdateIndexesCommand

source code


recreates whoosh indexes for all projects

Instance Methods [hide private]
 
run(self)
Runs a command.
source code

Inherited from flask_script.commands.Command: __call__, __init__, add_option, create_parser, get_options

Class Variables [hide private]

Inherited from flask_script.commands.Command: help_args, option_list

Properties [hide private]

Inherited from flask_script.commands.Command: description

Method Details [hide private]

run(self)

source code 

Runs a command. This must be implemented by the subclass. Should take arguments as configured by the Command options.

Overrides: flask_script.commands.Command.run
(inherited documentation)