Changeset 8bcff9a


Ignore:
Timestamp:
May 17, 2011, 4:47:06 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
ad48c42
Parents:
b01b0ba
git-author:
Alex Dehnert <adehnert@…> (05/17/11 04:47:06)
git-committer:
Alex Dehnert <adehnert@…> (05/17/11 04:47:06)
Message:

Switch to new-style DATABASES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/settings.py

    r4693952 r8bcff9a  
    1717MANAGERS = ADMINS
    1818
    19 DATABASE_ENGINE = ''           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    20 DATABASE_NAME = ''             # Or path to database file if using sqlite3.
    21 DATABASE_USER = ''             # Not used with sqlite3.
    22 DATABASE_PASSWORD = ''         # Not used with sqlite3.
    23 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
    24 DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
     19DATABASES = {}
    2520
    2621ENABLE_SCRIPTS_AUTH = True
Note: See TracChangeset for help on using the changeset viewer.