modified db path and templates dir path anoop
authornishanth
Sat, 05 Jun 2010 16:39:31 +0530
branchanoop
changeset 35 20d3b4230e4f
parent 34 514db83586f5
child 36 e291915aded8
modified db path and templates dir path
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 = (