diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-02 17:40:56 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-02 17:40:56 +0200 |
commit | 71c8721fe24bdf52e7f9c83387e1161f57ce3b2d (patch) | |
tree | d82fe3aed1b93ce37a55cb847eccc7438b2cae91 /module/web | |
parent | settings fix (diff) | |
download | pyload-71c8721fe24bdf52e7f9c83387e1161f57ce3b2d.tar.xz |
setup working
Diffstat (limited to 'module/web')
-rw-r--r-- | module/web/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
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.
|