tuple google.appengine._internal.django.core.management.commands.dbshell.Command.help |
|
static |
Initial value: 1 = (
"Runs the command-line client for specified database, or the "
2 "default database if none is provided.")
tuple google.appengine._internal.django.core.management.commands.dbshell.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 database onto which to '
4 'open a shell. 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/dbshell.py