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.startapp.ProjectCommand Class Reference
Inheritance diagram for google.appengine._internal.django.core.management.commands.startapp.ProjectCommand:
google.appengine._internal.django.core.management.commands.startapp.Command google.appengine._internal.django.core.management.base.LabelCommand google.appengine._internal.django.core.management.base.BaseCommand

Public Member Functions

def __init__
 
def handle_label
 
- Public Member Functions inherited from google.appengine._internal.django.core.management.commands.startapp.Command
def handle_label
 
- Public Member Functions inherited from google.appengine._internal.django.core.management.base.LabelCommand
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
 

Public Attributes

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

Static Public Attributes

tuple help
 
- Static Public Attributes inherited from google.appengine._internal.django.core.management.commands.startapp.Command
string help = "Creates a Django app directory structure for the given app name in the current directory."
 
string args = "[appname]"
 
string label = 'application name'
 
 requires_model_validation = False
 
 can_import_settings = False
 
- Static Public Attributes inherited from google.appengine._internal.django.core.management.base.LabelCommand
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
 

Member Data Documentation

tuple google.appengine._internal.django.core.management.commands.startapp.ProjectCommand.help
static
Initial value:
1 = ("Creates a Django app directory structure for the given app name"
2  " in this project's directory.")

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