Changeset bf1a969 for remit/settings.py


Ignore:
Timestamp:
Jan 25, 2013, 5:39:05 PM (13 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
522674a
Parents:
836a0a3
git-author:
Alex Dehnert <adehnert@…> (01/25/13 17:39:05)
git-committer:
Alex Dehnert <adehnert@…> (01/25/13 17:39:05)
Message:

Remove the old-style DATABASE_* stanza

File:
1 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    rd50ec5b rbf1a969  
    2222
    2323MANAGERS = ADMINS
    24 
    25 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    26 DATABASE_NAME = os.path.join(SITE_ROOT, 'treasury.sqlite')             # Or path to database file if using sqlite3.
    27 DATABASE_USER = ''             # Not used with sqlite3.
    28 DATABASE_PASSWORD = ''         # Not used with sqlite3.
    29 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
    30 DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
    3124
    3225BASE_COMMITTEE_PATH = ['Accounts', 'Assets', ]
Note: See TracChangeset for help on using the changeset viewer.