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

Public Member Functions

def handle
 
def handle_label
 
- 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
 

Static Public Attributes

string args = '<label label ...>'
 
string label = 'label'
 
- 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
 

Additional Inherited Members

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

Detailed Description

A management command which takes one or more arbitrary arguments
(labels) on the command line, and does something with each of
them.

Rather than implementing ``handle()``, subclasses must implement
``handle_label()``, which will be called once for each label.

If the arguments should be names of installed applications, use
``AppCommand`` instead.

Member Function Documentation

def google.appengine._internal.django.core.management.base.LabelCommand.handle_label (   self,
  label,
  options 
)
Perform the command's actions for ``label``, which will be the
string as given on the command line.

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