Show
Ignore:
Timestamp:
02/11/09 19:38:27 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
3d3414278502ad60842ab623bcae9692a7b9ec7b
Parents:
920e704d3e590918bbcc96affb46112454862f18
git-committer:
Frederic Lepied <frederic.lepied@…> (02/11/09 19:38:27)
Message:

- activated admin interface by default.
- put in place a mini web site to navigate through the tests reports.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • settings.py

    r7218e7c r5fc8fc0  
    2828TESTS_DIR = '/home/flepied/work/tests/' 
    2929TEST_SUFFIX = '.test' 
    30 TEST_UPLOAD_DIR = '/home/flepied/work/tests/results/' 
     30TEST_UPLOAD_DIR = '/home/flepied/work/test-results/' 
    3131 
    3232# Local time zone for this installation. Choices can be found here: 
     
    9595    'pxe', 
    9696    'tester', 
    97     #'django.contrib.admin', 
     97    'django.contrib.admin', 
    9898)