diff options
author | anoop | 2010-01-24 19:01:41 +0530 |
---|---|---|
committer | anoop | 2010-01-24 19:01:41 +0530 |
commit | 24a0528083c156bbae117605862e9c33483a1ecb (patch) | |
tree | 8e87cdc592ca09cb81248204960c3dd04d9cfa1c | |
parent | 0597c397d3df0d88a1018e49b52bb3fa7e6274de (diff) | |
download | pytask-24a0528083c156bbae117605862e9c33483a1ecb.tar.gz pytask-24a0528083c156bbae117605862e9c33483a1ecb.tar.bz2 pytask-24a0528083c156bbae117605862e9c33483a1ecb.zip |
database filename changed to ../pytaskDb.
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 8b11323..97da483 100644 --- a/settings.py +++ b/settings.py @@ -10,7 +10,7 @@ ADMINS = ( MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = 'pytaskDb' # Or path to database file if using sqlite3. +DATABASE_NAME = '../pytaskDb' # Or path to database file if using sqlite3. DATABASE_USER = '' # Not used with sqlite3. DATABASE_PASSWORD = '' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. |