Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1299

Show
Ignore:
Timestamp:
08/30/06 01:13:00
Author:
fumanchu
Message:

Oops. Was using old autoreload conf keys.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cpconfig.py

    r1292 r1299  
    8383environments = { 
    8484    "staging": { 
    85         'autoreload.on': False, 
     85        'engine.autoreload_on': False, 
    8686        'tools.log_headers.on': False, 
    8787        'request.show_tracebacks': False, 
    8888        }, 
    8989    "production": { 
    90         'autoreload.on': False, 
     90        'engine.autoreload_on': False, 
    9191        'tools.log_headers.on': False, 
    9292        'request.show_tracebacks': False, 
     
    9494        }, 
    9595    "test_suite": { 
    96         'autoreload.on': False, 
     96        'engine.autoreload_on': False, 
    9797        'tools.log_headers.on': False, 
    9898        'request.show_tracebacks': True, 
     
    146146            # Open file object 
    147147            conf = _Parser().dict_from_file(conf) 
     148        else: 
     149            conf = conf.copy() 
    148150         
    149151        if isinstance(conf.get("global", None), dict): 
  • trunk/cherrypy/test/test_config.py

    r1288 r1299  
    8686            'log.screen': False, 
    8787            'environment': 'test_suite', 
    88             'autoreload.on': False, 
     88            'engine.autoreload_on': False, 
    8989            # From global config 
    9090            'luxuryyacht': 'throatwobblermangrove', 

Hosted by WebFaction

Log in as guest/cpguest to create tickets