From 71c8721fe24bdf52e7f9c83387e1161f57ce3b2d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 2 Aug 2010 17:40:56 +0200 Subject: setup working --- module/web/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/web') diff --git a/module/web/settings.py b/module/web/settings.py index 7380541e6..760ace9f4 100644 --- a/module/web/settings.py +++ b/module/web/settings.py @@ -63,7 +63,8 @@ ADMINS = ( MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = os.path.join(PROJECT_DIR, 'pyload.db') # Or path to database file if using sqlite3. +#DATABASE_NAME = os.path.join(PROJECT_DIR, 'pyload.db') # Or path to database file if using sqlite3. +DATABASE_NAME = 'pyload.db' # 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. -- cgit v1.2.3