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

Class Command

source code

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

Instance Methods [hide private]
 
handle(self, *fixture_labels, **options) source code

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]
  option_list = (<Option at 0x8ea1eac: --settings>, <Option at 0...
  help = 'Runs a development server with data from the given fix...
  args = '[fixture ...]'
  requires_model_validation = False

Inherited from base.BaseCommand: can_import_settings, output_transaction

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

handle(self, *fixture_labels, **options)

source code 
Overrides: base.BaseCommand.handle

Class Variable Details [hide private]

option_list

Value:
(<Option at 0x8ea1eac: --settings>,
 <Option at 0x8ea1f8c: --pythonpath>,
 <Option at 0x8f0b1ac: --traceback>,
 <Option at 0x9008a4c: --verbosity>,
 <Option at 0x9008d8c: --addrport>)

help

Value:
'Runs a development server with data from the given fixture(s).'