# HG changeset patch # User nishanth # Date 1271407432 -19800 # Node ID 51bec924f97b2799bc262a9947127fda9137169f # Parent df751cd8a1e489f7a41767d0382df12bade1bfe1 updated settings to suit fossee server conf. diff -r df751cd8a1e4 -r 51bec924f97b settings.py --- a/settings.py Fri Apr 16 11:25:19 2010 +0530 +++ b/settings.py Fri Apr 16 14:13:52 2010 +0530 @@ -10,7 +10,7 @@ MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = 'ws.db' # Or path to database file if using sqlite3. +DATABASE_NAME = '/home/hg/repos/ws_app/database/ws.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. @@ -69,7 +69,7 @@ # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. - './templates', + '/home/hg/repos/ws_app/templates', ) INSTALLED_APPS = (