diff options
author | Nishanth | 2010-01-24 18:52:16 +0530 |
---|---|---|
committer | Nishanth | 2010-01-24 18:52:16 +0530 |
commit | 0597c397d3df0d88a1018e49b52bb3fa7e6274de (patch) | |
tree | b481ad5f79f347f07d26a60fcf23b43957ed8d0e | |
parent | 10fb5c9e18a9f66c364bb186d403551a3845157b (diff) | |
download | pytask-0597c397d3df0d88a1018e49b52bb3fa7e6274de.tar.gz pytask-0597c397d3df0d88a1018e49b52bb3fa7e6274de.tar.bz2 pytask-0597c397d3df0d88a1018e49b52bb3fa7e6274de.zip |
changed the database name in settings to pytaskDb.
-rw-r--r-- | settings.py | 2 | ||||
-rw-r--r-- | settings.pyc | bin | 1772 -> 1772 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index c89cd47..8b11323 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 = 'appDb' # 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. diff --git a/settings.pyc b/settings.pyc Binary files differindex 8dcd51a..acf99f2 100644 --- a/settings.pyc +++ b/settings.pyc |