settings_local_sample.py
changeset 29 644cf0d39b25
parent 0 40c8f766c9b8
child 211 b20e65234803
equal deleted inserted replaced
28:e54f46e6183d 29:644cf0d39b25
     3 CLIENT_DEBUG = DEBUG
     3 CLIENT_DEBUG = DEBUG
     4 
     4 
     5 YUI_DEBUG = DEBUG # use expanded yui version (i.e. not -min)
     5 YUI_DEBUG = DEBUG # use expanded yui version (i.e. not -min)
     6 YUI_DISTANT = False
     6 YUI_DISTANT = False
     7 
     7 
     8 DATABASE_ENGINE = 'postgresql' # YOUR_SETTINGS          # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
     8 DATABASE_ENGINE = 'postgresql_psycopg2' # YOUR_SETTINGS          # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
     9 DATABASE_NAME = 'db_name' # YOUR_SETTINGS           # Or path to database file if using sqlite3.
     9 DATABASE_NAME = 'db_name' # YOUR_SETTINGS           # Or path to database file if using sqlite3.
    10 DATABASE_USER = 'db_user' # YOUR_SETTINGS            # Not used with sqlite3.
    10 DATABASE_USER = 'db_user' # YOUR_SETTINGS            # Not used with sqlite3.
    11 DATABASE_PASSWORD = 'db_pw' # YOUR_SETTINGS        # Not used with sqlite3.
    11 DATABASE_PASSWORD = 'db_pw' # YOUR_SETTINGS        # Not used with sqlite3.
    12 DATABASE_HOST = '' # YOUR_SETTINGS            # Set to empty string for localhost. Not used with sqlite3.
    12 DATABASE_HOST = '' # YOUR_SETTINGS            # Set to empty string for localhost. Not used with sqlite3.
    13 DATABASE_PORT = '' # YOUR_SETTINGS            # Set to empty string for default. Not used with sqlite3.
    13 DATABASE_PORT = '' # YOUR_SETTINGS            # Set to empty string for default. Not used with sqlite3.