![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | handle |
def | handle_app |
![]() | |
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 = '<appname appname ...>' |
![]() | |
tuple | option_list |
string | help = '' |
string | args = '' |
can_import_settings = True | |
requires_model_validation = True | |
output_transaction = False | |
Additional Inherited Members | |
![]() | |
style | |
stdout | |
stderr | |
A management command which takes one or more installed application names as arguments, and does something with each of them. Rather than implementing ``handle()``, subclasses must implement ``handle_app()``, which will be called once for each application.
def google.appengine._internal.django.core.management.base.AppCommand.handle_app | ( | self, | |
app, | |||
options | |||
) |
Perform the command's actions for ``app``, which will be the Python module corresponding to an application name given on the command line.