updated settings to suit fossee server conf.
authornishanth
Fri, 16 Apr 2010 14:13:52 +0530
changeset 65 51bec924f97b
parent 64 df751cd8a1e4
child 66 244da980983b
updated settings to suit fossee server conf.
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 = (