Changeset 07daa76


Ignore:
Timestamp:
Feb 2, 2010, 2:26:09 AM (15 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Use absolute path for DATABASE_NAME

File:
1 edited

Legend:

Unmodified
Added
Removed
  • treasury/settings.py

    r32e360b r07daa76  
    1515
    1616DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    17 DATABASE_NAME = 'treasury.sqlite'             # Or path to database file if using sqlite3.
     17DATABASE_NAME = os.path.join(SITE_ROOT, 'treasury.sqlite')             # Or path to database file if using sqlite3.
    1818DATABASE_USER = ''             # Not used with sqlite3.
    1919DATABASE_PASSWORD = ''         # Not used with sqlite3.
Note: See TracChangeset for help on using the changeset viewer.