diff options
| author | Yuval Adam <yuval@top7.com> | 2011-03-10 13:09:17 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@top7.com> | 2011-03-10 13:09:17 +0200 |
| commit | 708b1c943c636eefaeb491e30f5a8339905471c1 (patch) | |
| tree | c8ac9480531459760f1ccfeb4b03020c681f0730 /settings.py | |
| parent | 9226077cc61d467b9352582f961cd96a657e8641 (diff) | |
borders and shit
Diffstat (limited to 'settings.py')
| -rw-r--r-- | settings.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.py b/settings.py index 4302900..e30b511 100644 --- a/settings.py +++ b/settings.py @@ -13,10 +13,10 @@ ADMINS = ( MANAGERS = ADMINS -DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = 'test.db' # Or path to database file if using sqlite3. -DATABASE_USER = '' # Not used with sqlite3. -DATABASE_PASSWORD = '' # Not used with sqlite3. +DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. +DATABASE_NAME = 'top7fooz' # Or path to database file if using sqlite3. +DATABASE_USER = 'fooz' # Not used with sqlite3. +DATABASE_PASSWORD = 'fooz' # Not used with sqlite3. DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. |
