Home | Trees | Indices | Help |
|
---|
|
object --+ | admin.AdminCommand --+ | InitDBCommand
The "initdb" admin command
This command prepares database by creating the tables used by the posterity data model.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
cmd_name =
|
|
short_help =
|
|
usage =
|
Properties | |
Inherited from |
Method Details |
Decide in the final value for all options and arguments This methiod is called after the command line has been parsed and the resulting options and arguments are stored in self.options and self.args. If a valid database connection string is stored in self.db_url the following self.run()-call will be wrapped inside a database transaction.
|
Cary out the command's actions This method is invoked after the command line has been parsed. All AdminCommand subclasses need to implement this method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Aug 20 20:08:30 2007 | http://epydoc.sourceforge.net |