Show
Ignore:
Timestamp:
02/10/09 20:16:04 (3 years ago)
Author:
Frederic Lepied <frederic.lepied@…>
Children:
7218e7ce77d425dcf3e8c6e1bea40242315868c4
Parents:
0cdcde4b0b7371a511bb3681726d4102b8fac1af
git-committer:
Frederic Lepied <frederic.lepied@…> (02/10/09 20:16:04)
Message:

transparently find the mac address

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • settings.py

    r693511a r8784ede  
    11# Django settings for pxemngr project. 
    22 
    3 DEBUG = False 
     3DEBUG = True 
    44TEMPLATE_DEBUG = DEBUG 
    55 
     
    1111 
    1212DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 
    13 DATABASE_NAME = '/home/fred/work/pxemngr/pxe.db'             # Or path to database file if using sqlite3. 
     13DATABASE_NAME = '/home/flepied/work/pxemngr/pxe.db'             # Or path to database file if using sqlite3. 
    1414DATABASE_USER = ''             # Not used with sqlite3. 
    1515DATABASE_PASSWORD = ''         # Not used with sqlite3. 
     
    7070    # Always use forward slashes, even on Windows. 
    7171    # Don't forget to use absolute paths, not relative paths. 
    72     '/home/fred/work/pxemngr/pxe/templates', 
     72    '/home/flepied/work/pxemngr/pxe/templates', 
    7373) 
    7474 
     
    7979    'django.contrib.sites', 
    8080    'pxe', 
     81#    'django.contrib.admin', 
    8182) 
    8283