Changeset 4 for settings.py


Ignore:
Timestamp:
02/27/2008 10:28:40 PM (18 years ago)
Author:
David Owen <dsowen@…>
branch-nick:
pydirproj
revision id:
dsowen@fugue88.ws-20080227222840-g0hr8ptdi8nsp16s
Message:

Basic company view, data pulled from database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • settings.py

    r3 r4  
    1010MANAGERS = ADMINS
    1111
    12 DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
    13 DATABASE_NAME = ''             # Or path to database file if using sqlite3.
    14 DATABASE_USER = ''             # Not used with sqlite3.
     12DATABASE_ENGINE = 'postgresql_psycopg2'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'ado_mssql'.
     13DATABASE_NAME = 'pydir'             # Or path to database file if using sqlite3.
     14DATABASE_USER = 'dsowen'             # Not used with sqlite3.
    1515DATABASE_PASSWORD = ''         # Not used with sqlite3.
    1616DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
     
    7676    'django.contrib.sessions',
    7777    'django.contrib.sites',
     78    'pydirproj.pydir',
    7879)
Note: See TracChangeset for help on using the changeset viewer.