Changeset bf1a969 for remit/settings.py
- Timestamp:
- Jan 25, 2013, 5:39:05 PM (13 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/settings.py
rd50ec5b rbf1a969 22 22 23 23 MANAGERS = 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.31 24 32 25 BASE_COMMITTEE_PATH = ['Accounts', 'Assets', ]
Note: See TracChangeset
for help on using the changeset viewer.