diff -r 514db83586f5 -r 20d3b4230e4f settings.py --- a/settings.py Sat Jun 05 12:13:21 2010 +0530 +++ b/settings.py Sat Jun 05 16:39:31 2010 +0530 @@ -10,7 +10,7 @@ MANAGERS = ADMINS DATABASE_ENGINE = 'sqlite3' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. -DATABASE_NAME = '/var/www/html/sage_days/sage.db' # Or path to database file if using sqlite3. +DATABASE_NAME = 'sage.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. - '/var/www/html/sage_days/templates', + './templates', ) INSTALLED_APPS = (