Package django :: Package core :: Package management :: Package commands :: Module startapp :: Class Command
[hide private]
[frames] | no frames]

Class Command

source code

      object --+        
               |        
base.BaseCommand --+    
                   |    
   base.LabelCommand --+
                       |
                      Command
Known Subclasses:

Instance Methods [hide private]
 
handle_label(self, app_name, directory=None, **options) source code

Inherited from base.LabelCommand: handle

Inherited from base.BaseCommand: __init__, create_parser, execute, get_version, print_help, run_from_argv, usage, validate

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  help = 'Creates a Django app directory structure for the given...
  args = '[appname]'
  label = 'application name'
  requires_model_validation = False
  can_import_settings = False

Inherited from base.BaseCommand: option_list, output_transaction

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle_label(self, app_name, directory=None, **options)

source code 
Overrides: base.LabelCommand.handle_label

Class Variable Details [hide private]

help

Value:
'Creates a Django app directory structure for the given app name in th\
e current directory.'