Changeset 07daa76
- Timestamp:
- Feb 2, 2010, 2:26:09 AM (15 years ago)
- Branches:
- master, client
- Children:
- 57d8fc7
- Parents:
- 82afa57
- git-author:
- Alex Dehnert <adehnert@…> (02/02/10 02:26:09)
- git-committer:
- Alex Dehnert <adehnert@…> (02/02/10 02:26:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
treasury/settings.py
r32e360b r07daa76 15 15 16 16 DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 17 DATABASE_NAME = 'treasury.sqlite'# Or path to database file if using sqlite3.17 DATABASE_NAME = os.path.join(SITE_ROOT, 'treasury.sqlite') # Or path to database file if using sqlite3. 18 18 DATABASE_USER = '' # Not used with sqlite3. 19 19 DATABASE_PASSWORD = '' # Not used with sqlite3.
Note: See TracChangeset
for help on using the changeset viewer.