|
string | help = 'Installs the named fixture(s) in the database.' |
|
string | args = "fixture [fixture ...]" |
|
tuple | option_list |
|
Static Public Attributes inherited from google.appengine._internal.django.core.management.base.BaseCommand |
tuple | option_list |
|
string | help = '' |
|
string | args = '' |
|
| can_import_settings = True |
|
| requires_model_validation = True |
|
| output_transaction = False |
|
tuple google.appengine._internal.django.core.management.commands.loaddata.Command.option_list |
|
static |
Initial value: 1 = BaseCommand.option_list+(
2 make_option(
'--database', action=
'store', dest=
'database',
3 default=DEFAULT_DB_ALIAS, help=
'Nominates a specific database to load '
4 'fixtures into. Defaults to the "default" database.'),
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/_internal/django/core/management/commands/loaddata.py