tuple google.appengine._internal.django.core.management.commands.dumpdata.Command.help |
|
static |
Initial value: 1 = (
"Output the contents of the database as a fixture of the given "
2 "format (using each model's default manager).")
tuple google.appengine._internal.django.core.management.commands.dumpdata.Command.option_list |
|
static |
Initial value: 1 = BaseCommand.option_list+(
2 make_option(
'--format', default=
'json', dest=
'format',
3 help=
'Specifies the output serialization format for fixtures.'),
4 make_option(
'--indent', default=
None, dest=
'indent', type=
'int',
5 help=
'Specifies the indent level to use when pretty-printing output'),
6 make_option(
'--database', action=
'store', dest=
'database',
7 default=DEFAULT_DB_ALIAS, help=
'Nominates a specific database to load '
8 'fixtures into. Defaults to the "default" database.'),
9 make_option(
'-e',
'--exclude', dest=
'exclude',action=
'append', default=[],
10 help=
'App to exclude (use multiple --exclude to exclude multiple apps).'),
11 make_option(
'-n',
'--natural', action=
'store_true', dest=
'use_natural_keys', default=
False,
12 help=
'Use natural keys if they are available.'),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/management/commands/dumpdata.py