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

Class Command

source code

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

Instance Methods [hide private]
 
handle(self, addrport='', *args, **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 = 'Starts a lightweight Web server for development.'
  args = '[optional port number, or ipaddr:port]'
  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, addrport='', *args, **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 0x901fa6c: --noreload>,
 <Option at 0x901facc: --adminmedia>)