moo.bootstrap

Support utilities for database boostrapping.

Functions

get_or_create_object(name[, unique_name, ...])

Get or create a named object.

get_source(filename[, dataset])

Get the source code for a verb from a Python package.

initialize_dataset([dataset, site])

Initialize a new dataset, or sync an existing one.

load_python(python_path)

Execute a provided Python bootstrap file against the provided database.

load_verb_source(path, system, repo[, replace])

load_verbs(repo, verb_package[, replace])

Load the verbs from a Python package into the database and associate them with the given repository.

parse_shebang(content)

Parse the #!moo verb shebang from verb source code.

Classes

ISpecAction(option_strings, dest[, nargs, ...])

Modules

apps

migrations