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

Class Command

source code

      object --+        
               |        
base.BaseCommand --+    
                   |    
   base.LabelCommand --+
                       |
                      Command

Instance Methods [hide private]
 
handle_label(self, project_name, **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 project directory structure for the g...
  args = '[projectname]'
  label = 'project 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, project_name, **options)

source code 
Overrides: base.LabelCommand.handle_label

Class Variable Details [hide private]

help

Value:
'Creates a Django project directory structure for the given project na\
me in the current directory.'