App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
google.appengine._internal.django.core.management.commands.syncdb.Command Class Reference
Inheritance diagram for google.appengine._internal.django.core.management.commands.syncdb.Command:
google.appengine._internal.django.core.management.base.NoArgsCommand google.appengine._internal.django.core.management.base.BaseCommand

Public Member Functions

def handle_noargs
 
- Public Member Functions inherited from google.appengine._internal.django.core.management.base.NoArgsCommand
def handle
 
def handle_noargs
 
- Public Member Functions inherited from google.appengine._internal.django.core.management.base.BaseCommand
def __init__
 
def get_version
 
def usage
 
def create_parser
 
def print_help
 
def run_from_argv
 
def execute
 
def validate
 
def handle
 

Public Attributes

 style
 
- Public Attributes inherited from google.appengine._internal.django.core.management.base.BaseCommand
 style
 
 stdout
 
 stderr
 

Static Public Attributes

tuple option_list
 
string help = "Create the database tables for all apps in INSTALLED_APPS whose tables haven't already been created."
 
- Static Public Attributes inherited from google.appengine._internal.django.core.management.base.NoArgsCommand
string args = ''
 
- 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
 

Member Data Documentation

tuple google.appengine._internal.django.core.management.commands.syncdb.Command.option_list
static
Initial value:
1 = NoArgsCommand.option_list+(
2  make_option('--noinput', action='store_false', dest='interactive', default=True,
3  help='Tells Django to NOT prompt the user for input of any kind.'),
4  make_option('--database', action='store', dest='database',
5  default=DEFAULT_DB_ALIAS, help='Nominates a database to synchronize. '
6  'Defaults to the "default" database.'),
7  )

The documentation for this class was generated from the following file: